1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

22042 commits

Author SHA1 Message Date
Marc Khouzam
c0ff399bea Bug 402054 - Debugger does not display exit code of an application. Fix
for local session and GDB >= 7.3

Change-Id: I06cd9f1087b9b5c241410040028d1e5e1ef7476e
Reviewed-on: https://git.eclipse.org/r/12439
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-05-06 09:06:20 -04:00
Marc Dumais
de790b478e Bug 405390 - [Visualizer] Implement selection-based filtering of the
multicore visualizer display

Change-Id: I516af7e4b625add754eaa1713ddc562a33f15c79
Reviewed-on: https://git.eclipse.org/r/12138
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-05-06 08:25:37 -04:00
Sergey Prigogin
933e401ef3 Cosmetics. 2013-05-05 18:56:33 -07:00
Andrew Gvozdev
5c400704fb Cosmetics 2013-05-05 07:23:08 -04:00
Andrew Gvozdev
e35e32e8b0 bug 407087: Hide old "Scanner Discovery" page in project properties by default 2013-05-04 07:30:39 -04:00
Andrew Gvozdev
c4bbdc9076 bug 403405: Corrected last fix for BackwardCompatibilityTests.testPathEntriesForNewStyle()
as Include node in PE went missing
2013-05-04 07:30:17 -04:00
axel
fb27a409fa Bug #368221
Add CODAN markers to Preferences->General->Editors->Text
Editors->Annotations

Change-Id: I4ba5245306fb70a0f9d38235112b631bda36bb8f
Reviewed-on: https://git.eclipse.org/r/12511
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-05-03 17:02:20 -04:00
axel
1bb098436f Bug #404716
Avoid NPE
Change-Id: I3eb03962a338fa628778c6d84ea1dd2ee615e3f4
Reviewed-on: https://git.eclipse.org/r/12510
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-05-03 17:00:05 -04:00
Andrew Gvozdev
64121887a9 bug 407179: Remove multiline highlight of define...endef block in Makefile Editor 2013-05-03 11:06:26 -04:00
Andrew Gvozdev
7310369888 bug 406911: Highlight called function name as in $(call func-name) in Makefile Editor 2013-05-03 11:06:05 -04:00
Andrew Gvozdev
566130590d bug 406911: Highlight $$(...) same as $(...) for meaningful highlight inside define/endef in Makefile Editor 2013-05-03 11:02:33 -04:00
Andrew Gvozdev
5f19186a60 bug 406911: Cosmetics 2013-05-03 10:28:37 -04:00
Andrew Gvozdev
ac94a39422 bug 407169: Highlight of automatic variables in Makefile Editor 2013-05-03 10:04:43 -04:00
Andrew Gvozdev
98e64e6975 bug 407169: Add 2 more automatic variables in content assist for Makefile Editor 2013-05-03 09:33:23 -04:00
Andrew Gvozdev
548b84cb35 bug 406911: GNU Makefile editor does not highlight built-in function "filter-out" correctly. 2013-05-02 22:17:12 -04:00
Jeff Johnston
7ff04d5d8d Bug 289834: Converting an C autotools based project into a C++ lost
changes such as build configurations 

Change-Id: Ibec7802fb3fb9e6ea8d9a7060fed5fe511cf3f72
Reviewed-on: https://git.eclipse.org/r/12471
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-05-02 18:30:43 -04:00
Andrew Gvozdev
f40788aa92 bug 401961: Proper list of default language settings providers in one improbable corner case. 2013-05-02 13:31:18 -04:00
Andrew Gvozdev
bc3943616d bug 401961: Fixed failing test case 2013-05-01 14:44:21 -04:00
Sergey Prigogin
1d8d479e4a Improved diagnostics of GDB version problems. 2013-05-01 10:18:09 -07:00
Andrew Gvozdev
2764a28f64 bug 403405: Fix for failing test case BackwardCompatibilityTests.testPathEntriesForNewStyle() 2013-05-01 12:12:12 -04:00
Marc-Andre Laperle
f11b13184e Bug 400328 - Add missing API filter for Messages.java
Change-Id: Ia40a9ae4bae1e5b0125439e17f3a8be98f94cb16
Reviewed-on: https://git.eclipse.org/r/12415
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-05-01 11:45:04 -04:00
Martin Oberhuber
41edb9360b Bug 406783 - [spell-check] Support variables for CDT user dictionary.
Simply copied the respective code from JDT SpellCheckEngine,
which was introduced with the fix for bug 70410 on 9-Jul-2007 ,
http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=d235827d8379f62fd5c488aabdec635fbb5005a2

Change-Id: I7139f6288112dd311d9cc72e15cc67f70cb9d013
Reviewed-on: https://git.eclipse.org/r/12377
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-30 20:19:06 -07:00
Andrew Gvozdev
1c02252146 Avoid updating non-existing project. Problem reported by JUnit. 2013-04-30 17:47:29 -04:00
aleon
bb755a01be Bug 244865 – Support for Step Into Selection
First Implementation:
* Non-stop as well as All-stop debugging
* Function / Method name validation, arguments size validation
(no arguments signature yet)
* Ctrl-F5 as short key (consistent with JDT)
* Hyper link support with Ctrl-Shift click
* Junit Test (Services part)
Change-Id: I58903b4b6b7f9fd39a827f5297ad23ac3f96186d
Reviewed-on: https://git.eclipse.org/r/11305
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-04-30 14:26:00 -04:00
Martin Oberhuber
cf3acef3f3 Bug 406873 - [spell-check] Update the CDT word lists for Kepler
Merge in any JDT changes to word lists up until 30-Apr-2013.

Change-Id: Ie74c3a9f2af578fa3f30f05f9f80cda2d7d8c48c
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Reviewed-on: https://git.eclipse.org/r/12379
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-30 11:01:29 -07:00
Andrew Gvozdev
3d74145eee bug 406911: GNU Makefile editor does not highlight built-in functions correctly, first take. 2013-04-30 11:12:13 -04:00
Jeff Johnston
c1b5c51ea9 Bug 406711: Converting a Makefile project over to an Autotools Project
results in an Exception 

- Remove use of IndexerBlock which isn't needed for conversion.

Change-Id: I6858dac687a157aaade83c246860cd0358757fca
Reviewed-on: https://git.eclipse.org/r/12261
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-29 18:27:08 -04:00
Andrew Gvozdev
36f8e63fcf Reverted accidentally committed changes from last commit 2013-04-29 16:42:53 -04:00
Andrew Gvozdev
f2bd5750b5 bug 403405: Change default of isLanguageSettingsProvidersFunctionalityEnabled() to be true if the preference is not defined 2013-04-29 16:19:46 -04:00
Marc Dumais
cadc92f7b6 Bug 405735 - [visualizer] Using context menu prevents next selection
Change-Id: Iedf7ddedcd5a714bbd7a81650adacb4a301225b8
Reviewed-on: https://git.eclipse.org/r/12237
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2013-04-26 11:27:11 -04:00
Marc Dumais
12b229dec0 Bug 404894 - [visualizer] Make CPUs and cores selectable in multicore
visualizer

Change-Id: I842df73a2718ac82bb392e7e82652b4b056c254b
Reviewed-on: https://git.eclipse.org/r/11824
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2013-04-26 10:46:38 -04:00
Andrew Gvozdev
08a62c3e85 bug 406596: Makefile editor won't highlight conditional variable assignment 2013-04-25 14:12:43 -04:00
Sergey Prigogin
495b294449 Cosmetics. 2013-04-24 16:38:46 -07:00
Sergey Prigogin
2afbff2520 Cosmetics. 2013-04-24 16:04:05 -07:00
Sergey Prigogin
d7e43b1a2c Cosmetics. 2013-04-24 16:03:40 -07:00
Sergey Prigogin
c53ce7042b Removed default ctor. 2013-04-24 16:03:26 -07:00
Jeff Johnston
c9e8e1e90c Fix Autotools for options with round brackets.
- Extending fix for Bug 403946 to include options as well

Change-Id: I5260f2b10ef38ea0f52b976c20cd8c8f92f1a5d1
Reviewed-on: https://git.eclipse.org/r/12171
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-24 17:54:03 -04:00
Jesse Weinstein
356f66ed01 Bug 403263 - Add link on Concepts/Templates page
Change-Id: Ibab1ef72640a2f9a7d737c6ca76cac52577e3745
Reviewed-on: https://git.eclipse.org/r/12104
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-24 16:34:49 -04:00
Chris Recoskie
389e03ce9f Bug 406456 -
LanguageSettingsScannerInfoProvider.getBuildCWD(ICConfigurationDescription)
should use EFSExtensionManager
2013-04-24 11:36:22 -04:00
Eugene Ostroukhov
1f6a9956f2 Bug 360030 - Support refactroing on files with custom content types
Change-Id: I7cb50d90c9e49a48a833c52dd9f09b54de0dfac4
Reviewed-on: https://git.eclipse.org/r/12112
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-23 19:11:33 -04:00
Jeff Johnston
890eea5813 Bug 403946: Autotools configure does not handle round brackets in
workspace name

- Add backslashes to special characters such as round brackets
  when computing the command path.

Change-Id: I3bf0d78fc8e0a94c6287a7fae00a469ecdad6dc1
Reviewed-on: https://git.eclipse.org/r/11921
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-23 18:51:33 -04:00
Andrew Gvozdev
29c5392bee bug 395545: Import of predefined configuration misses language settings providers 2013-04-23 18:08:02 -04:00
Andrew Gvozdev
9002a13eb1 bug 401961: Use more general CConfigurationDataProvider facilities to initialize language settings providers rather than do it in each New Project Wizard 2013-04-23 18:07:54 -04:00
Andrew Gvozdev
4a20097fd3 bug 401961: Regression: pathEntryContainers entries are no longer honored when importing a project into cdt-8.1.2, due to LSP's being enabled 2013-04-23 18:07:45 -04:00
Andrew Gvozdev
f123a05068 Tidy up a bit. 2013-04-23 18:07:37 -04:00
Andrew Gvozdev
a6f057199a Cosmetics/JavaDoc. 2013-04-23 18:07:28 -04:00
Jeff Johnston
53f251ec84 Bug 405904 - Gprof linker options not activated until 2nd build
- Add a check after calling applicability calculator to see if the
  option passed in isElementExtension() in which case look for it's
  id as if it is a superclass id.

Change-Id: Id9fb007a138dfc4fc056c465bbb1842bba4fe4ba
Reviewed-on: https://git.eclipse.org/r/11991
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-23 17:11:19 -04:00
Chris Recoskie
90b38099d4 Bug 228434 - Concurrent Modification Exception soon after loading
Eclipse in PerFileSICollector

Change-Id: Ibcf6ae16cba60352dd5402915aee2624206a11c4
Reviewed-on: https://git.eclipse.org/r/11995
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-04-17 17:34:42 -04:00
Mikhail Khodjaiants
6e5f32684a Bug 405899 - Allow to customize the interrupt timeout
Change-Id: I4cc34d8404285ea468fff0aff8240e327b8bdb4f
Reviewed-on: https://git.eclipse.org/r/11987
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-04-17 13:16:53 -04:00
Marc Dumais
76b5dde840 Bug 399419 - [visualizer] Minimize visualizer model (re-)creation
Change-Id: I74bddda8a2eb814c04b93089d10bbb0683e747f5
Reviewed-on: https://git.eclipse.org/r/11601
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: William Swanson <traveler@tilera.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-04-15 21:39:35 -04:00