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

22097 commits

Author SHA1 Message Date
Andrew Gvozdev
303a22a13e Merge remote-tracking branch 'cdt/master' into sd90 2013-01-06 06:16:54 -05:00
Sergey Prigogin
e4943b330a Fixed broken test. 2013-01-05 12:36:54 -08:00
Doug Schaefer
7f79e5da86 Bug 397469 - Fix problem with scanner discovery on relative source
paths.
2013-01-05 11:46:13 -05:00
Sergey Prigogin
e2a18cf6c2 Bug 397496 - Formatter does not wrap long macro arguments 2013-01-04 19:22:22 -08:00
Marc Khouzam
fdbafed3f3 Bug 397460 - [breakpoints] Duplicate GDB breakpoints do not get
associated to the platform bp properly

Change-Id: Ieaaed2e5a70f381a6da241b1bdf460e1ffcaf624
Reviewed-on: https://git.eclipse.org/r/9460
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-01-04 13:00:27 -05:00
Marc Khouzam
8ebad61314 Typo 2013-01-04 09:18:46 -05:00
Randy Rohrbach
2ea99a91b0 Bug 397404 - Trying to export memory on a 64-bit address space does not
bring up the dialog.
2013-01-03 18:12:55 -05:00
Marc-Andre Laperle
2993ef8266 Bug 397288 - typename keyword is not completed
Change-Id: I26d62f771b5bb08d1c5cab64929c765c025053b3
Reviewed-on: https://git.eclipse.org/r/9419
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
IP-Clean: Marc-Andre Laperle <malaperle@gmail.com>
Tested-by: Marc-Andre Laperle <malaperle@gmail.com>
2013-01-03 01:29:29 -05:00
Marc-Andre Laperle
071096e343 Bug 397121 - Add support for Windows SDK 8.0 and Visual C++ 11.0 2013-01-03 00:49:38 -05:00
Andrew Gvozdev
336f3b170d bug 396410: JUnit failure: cdt.build.core.scannerconfig.tests.CfgScannerConfigProfileManagerTests.testBasicCfgScannerConfigProfileChanges 2013-01-02 18:03:49 -05:00
Sergey Prigogin
3b6247d7cf Changed default preferences to not produce a warning for the last case
in a switch statement.
2013-01-02 14:13:07 -08:00
Sergey Prigogin
76ddab24aa Cosmetics. 2013-01-01 14:04:34 -08:00
Marc-Andre Laperle
78f863bc01 Bug 396749 - Checker is not enabled if only one problem is selected 2013-01-01 16:38:26 -05:00
Sergey Prigogin
0a75ee2b57 Bug 45203. Initial commit for Organize Includes feature. 2012-12-31 15:07:37 -08:00
Sergey Prigogin
53012d05af Cosmetics. 2012-12-31 14:53:59 -08:00
Sergey Prigogin
613cb84eef Cosmetics. 2012-12-31 11:25:15 -08:00
Sergey Prigogin
0dc04bfd99 Bug 392577 - Members of anonymous namespace visible outside file 2012-12-28 17:16:38 -08:00
Sergey Prigogin
77c3aa7a9c Adjusted toString method and removed unused methods. 2012-12-28 17:00:23 -08:00
Sergey Prigogin
2cdce220b9 Cosmetics. 2012-12-28 16:56:34 -08:00
Sergey Prigogin
aefea16bcf Fixed compilation errors. 2012-12-28 14:08:36 -08:00
Sergey Prigogin
36d093704f Bug 397227 - __decltype GCC keyword is not supported 2012-12-28 13:54:54 -08:00
Sergey Prigogin
8995b830aa Cosmetics. 2012-12-28 13:35:51 -08:00
Sergey Prigogin
d798ab8f2a Bug 397210 - Name resolution problem with 'auto' and constructor
initializer
2012-12-27 18:26:00 -08:00
Sergey Prigogin
e43adf39dd Cosmetics. 2012-12-27 18:04:18 -08:00
Sergey Prigogin
cf42513ae6 Bug 397205. Fixed StackOverflowError in EvalFunctionCall.getValue() 2012-12-27 16:58:50 -08:00
Sergey Prigogin
f7f56bb08e Bug 397208 - Problem markers don't get updated when preferences change 2012-12-27 16:54:43 -08:00
Sergey Prigogin
1ff1f798d5 Cosmetics. 2012-12-27 14:16:36 -08:00
Sergey Prigogin
15ca2c0c0e Bug 395243. More efficient and robust storage of types and template
arguments.
2012-12-26 17:19:12 -08:00
Sergey Prigogin
83d83c5165 Cosmetics. 2012-12-26 17:17:54 -08:00
Marc-Andre Laperle
5c26443c41 Fix version number in pom.xml 2012-12-25 12:20:19 -05:00
Marc-Andre Laperle
61ed484332 Bug 397143 - Some new doxygen commands are missing 2012-12-25 01:51:38 -05:00
Marc Khouzam
d02cebafbf Bug 397039 - Avoid extra empty white spaces.
Change-Id: I78cb50f57ee48bbf3ad07000a602c0cc17ea5f2e
2012-12-23 07:54:20 -05:00
ajin
2fba04a143 Bug 397039
For some gdb implementations the "osId" cannot be retrieved because
the "TreadIDs" output does not follow the Linux gdb format. Catch the
"null" return and not output it as a string.

Change-Id: I8d4b711d935c5d81d1e8ff3adb0de5e3fe220061
Reviewed-on: https://git.eclipse.org/r/9334
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 14:13:15 -05:00
Marc Khouzam
8ca35f737a Bug 396386 - Cannot attach to process when prompted for a pid
Change-Id: I9a682bd7be70b6633f2e455a76dba4bcfa801eec
Reviewed-on: https://git.eclipse.org/r/9352
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 10:22:20 -05:00
Marc Khouzam
ce371e5f5c Bug 394408: Support enhanced-expressions for local variables. Proper
sorting of enhanced-expressions representing arrays.

Change-Id: I87e9ca5f3422fa51a32d2b80e6c0c0c62fdf8b2b
Reviewed-on: https://git.eclipse.org/r/9297
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-19 06:02:04 -05:00
Marc Khouzam
cd7ffb2dbf Bug 394408: Support enhanced-expressions for local variables. This
includes special handling for array indices.  Furthermore, we now
require the '=' prefix for all glob-pattern expressions, including
registers.

Change-Id: If929d539b80d282df383c44d1487611fda928613
Reviewed-on: https://git.eclipse.org/r/8881
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-18 14:29:18 -05:00
Mikhail Khodjaiants
88e488b1ff Bug 392512: Support GDB breakpoint notifications. JUnit tests.
Change-Id: I0c0ab0f2e419a931073f229192e0b70fcc25a7b6
Reviewed-on: https://git.eclipse.org/r/9006
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-12-17 16:06:14 -05:00
Markus Schorn
c5d08937e2 Bug 396663: Throw expressions within conditional expressions. 2012-12-17 14:53:37 +01:00
Andrew Gvozdev
367eabaaa0 Merge remote-tracking branch 'cdt/master' into sd90 2012-12-17 07:32:38 -05:00
Andrew Gvozdev
7c92e3e070 bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface 2012-12-16 23:52:16 -05:00
Andrew Gvozdev
7e38f66a54 bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface 2012-12-16 11:24:06 -05:00
Andrew Gvozdev
0a4170fed0 bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface 2012-12-16 07:18:39 -05:00
Marc Khouzam
963f1bf26e Cosmetics 2012-12-14 14:28:19 -05:00
Pawel Piech
7ef969fe79 Bug 396466 - [breakpoints] warnings in log related to toggle breakpoint actions 2012-12-13 21:11:28 -08:00
Marc Dumais
c2605537bc Bug 365776 - [breakpoints] Add breakpoint action to toggle reverse
debugging.


Change-Id: I065297685fefba76df7ad40c578a0ce5d0c40fba
Reviewed-on: https://git.eclipse.org/r/8982
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-13 14:50:24 -05:00
Andrew Gvozdev
e58a3323c8 bug 396411: JUnit failure, correction of expected results for Unix 2012-12-13 10:17:57 -05:00
Andrew Gvozdev
205294279c Merge remote-tracking branch 'cdt/master' into sd90 2012-12-12 11:06:53 -05:00
Andrew Gvozdev
cce302595e bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface 2012-12-12 11:03:25 -05:00
Marc Dumais
ca6f6aa2aa Bug 396293 - [Visualizer] right side cpu_margin not taken into account
when deciding if a new line of cores is needed

Change-Id: I60eb0f138e1cfea9fd539cc52b83f51a7c300e67
Reviewed-on: https://git.eclipse.org/r/9158
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2012-12-11 13:35:06 -05:00
Marc Dumais
99699d2fd7 Bug 396200 - [Visualizer] m_recache is never reset to false
Change-Id: I910f422f6548639ff3ca3189f1e2995ed9bda22c
Reviewed-on: https://git.eclipse.org/r/9142
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2012-12-11 13:20:01 -05:00