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

18714 commits

Author SHA1 Message Date
Marc Khouzam
8bec791d32 Bug 335528: [multi-process] Move startOrRestart to the Processes service 2011-02-11 01:32:07 +00:00
Sergey Prigogin
58a312b4ed Cosmetics. 2011-02-10 23:00:05 +00:00
Vivian Kong
53a7c1794d Bug 328867 update plugin/feature versions 2011-02-10 21:17:47 +00:00
Marc Khouzam
7fc91792d9 Bug 336847: Tracepoints cannot be set from the Disassembly view 2011-02-10 17:14:54 +00:00
Alena Laskavaia
57547df8f4 added support of specifing launch mode per problem 2011-02-10 04:15:29 +00:00
Sergey Prigogin
569c4f47ea Split string literals have to be indented using continuation line indent. 2011-02-09 22:13:21 +00:00
Randy Rohrbach
caccc14ee8 Bug 336268 create empty selection when last tab is disposed. 2011-02-09 18:40:32 +00:00
Markus Schorn
98d41710ac Bug 336426: Syntax failure in return type of function instance. 2011-02-09 16:24:23 +00:00
Sergey Prigogin
da432ec64b StringBuilder instead of StringBuffer. 2011-02-09 03:59:23 +00:00
Alena Laskavaia
53ecdbbc27 Bug 335909 - adjusted cfg generation for switch and dead code 2011-02-09 03:19:10 +00:00
Alena Laskavaia
aadbf2a477 Bug 335909 - Exception in switch statement 2011-02-09 02:24:19 +00:00
Alena Laskavaia
746c7f5b5c Bug 336554 - Codan shouldn't bother if the file is not under C/C++ project 2011-02-09 02:03:13 +00:00
Vivian Kong
3c1dd64023 Bug 328867 update plugin/feature versions 2011-02-08 19:27:00 +00:00
Marc Khouzam
906fdd4ad2 Bug 335324: Make the container (process) the breakpointTarget context 2011-02-08 15:25:03 +00:00
Alena Laskavaia
3b39d334c9 Slightly improved layout of problems dialog 2011-02-08 03:10:35 +00:00
Alena Laskavaia
1e1fdab079 Bug 320187 - A codan checker for detecting format string vulnerabilities 2011-02-08 02:51:59 +00:00
Alena Laskavaia
42fa511831 Bug 336396: fixed double processing of files on build 2011-02-08 02:24:45 +00:00
Randy Rohrbach
c681894c31 Bug - 326307
Initial version with dropdown expressions list.

Also this code contains fixes for 330468. I had these edits in place when I started working with Alain's patch.

Randy
781-354-2226
2011-02-07 21:14:42 +00:00
Patrick Chuong
2f04b81343 Bug 312121 - [breakpoints] Show fullpath not working in breakpoints view for other breakpoint type 2011-02-07 19:48:39 +00:00
Vivian Kong
3806bba6bc Bug 328867 patch by John Liu, update plugin/feature versions 2011-02-07 17:14:05 +00:00
Marc Khouzam
bf2278893d Bug 336513: Preference to limit build output should use the words "number of" instead of "#" 2011-02-07 16:07:37 +00:00
Marc Khouzam
bc169066cd Bug 335895: GDB Traces Console has infinite capacity 2011-02-07 15:30:52 +00:00
Andrew Gvozdev
615c1345eb bug 334118: missed typo 2011-02-06 19:40:14 +00:00
Marc Khouzam
088ab87031 Bug 213076: [breakpoints] Condition string not properly formatted when adding to an existing breakpoint/watchpoint 2011-02-06 02:00:00 +00:00
Sergey Prigogin
e3505af7c7 Cosmetics. 2011-02-06 01:29:09 +00:00
Sergey Prigogin
ff3ee6ba99 Comment adjustment. 2011-02-06 01:28:52 +00:00
Sergey Prigogin
7ce55b165b Corrected indentation of constructor initializer lists. 2011-02-05 20:33:05 +00:00
Marc Khouzam
d034f60b19 Bug 335324 - [multi-process][breakpoints] Make the container (process) the breakpointTarget context 2011-02-05 04:27:36 +00:00
Marc Khouzam
5d1be8f620 Bug 335324: Prepare JUnit tests for the container (process) being the breakpointTarget context 2011-02-05 04:23:59 +00:00
Marc Khouzam
5bca49ece1 Bug 211620: Junit test should make use of Query 2011-02-05 02:52:40 +00:00
Sergey Prigogin
6addb930f2 Bug 336123 - Test case by Marc-Andre Laperle 2011-02-05 02:50:43 +00:00
Sergey Prigogin
1bd981230f Bug 336123 - DefinitionFinder2 doesn't find function definitions 2011-02-05 02:48:49 +00:00
Sergey Prigogin
a5c4ac9c10 Code streamlining. 2011-02-05 02:47:10 +00:00
Sergey Prigogin
97b21f3397 Cosmetics. 2011-02-05 02:45:35 +00:00
Marc Khouzam
83c041d618 Bug 336008: [tests] JUnit tests for launch configuration and restart 2011-02-04 16:24:20 +00:00
Marc Khouzam
797697ad62 Bug 336008: [tests] JUnit tests for launch configuration and restart 2011-02-04 15:22:29 +00:00
Sergey Prigogin
b500c6c1cd Configurable formatting of constructor initializer lists. 2011-02-03 23:12:11 +00:00
Markus Schorn
d8fe965861 Bug 335062: Corrected signature for function templates. 2011-02-03 17:42:18 +00:00
Marc Khouzam
7eb8ffda2e Bug 335895: GDB Traces Console has infinite capacity 2011-02-03 17:08:12 +00:00
Vivian Kong
3bb812c2c1 Bug 328867 for John Liu 2011-02-03 15:07:11 +00:00
Marc Khouzam
4881bba10c Bug 335528: [multi-process] Move startOrRestart to the Processes service 2011-02-02 21:39:37 +00:00
James Blackburn
6a815d839a Bug 336052 - AbstractCLaunchDelegate{2} fails to launch if the Build throws Exception or build cancels the progressmonitor. 2011-02-02 15:41:28 +00:00
Marc Khouzam
a10ab1852d Bug 335648: Differentiate between hw breakpoint and watchpoint 2011-02-02 02:33:42 +00:00
Marc Khouzam
9c4c909ba9 Bug 336013: [launch] Environment variables that contain a space are not properly set at launch time 2011-02-02 02:14:28 +00:00
Marc Khouzam
54ef22fda2 Bug 336013: [launch] Environment variables that contain a space are not properly set at launch time 2011-02-01 20:30:32 +00:00
Marc Khouzam
71ac61e6e2 Bug 336008: [tests] JUnit tests for launch configuration and restart 2011-02-01 19:20:06 +00:00
Vivian Kong
0c68dd0309 Starting buildling against Platform M5 2011-02-01 16:30:01 +00:00
Andrew Gvozdev
dba2ed2036 typo fixed 2011-01-31 20:37:25 +00:00
Vivian Kong
debad68d66 Bug 321692 Remove dependencies to plugins from features - SDK features should include its base feature 2011-01-31 20:27:43 +00:00
Sergey Prigogin
bc8b98729f Code streamlining. 2011-01-31 18:51:49 +00:00