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

16401 commits

Author SHA1 Message Date
Marc Khouzam
dc066c0195 [225996] Sort the output of -thread-list-ids must sort strings as integers, to make sure a thread with id "10" will follow thread "9" and not thread "1" 2010-02-26 18:18:05 +00:00
Marc Khouzam
1908d66ca6 [225996] Sort the output of -thread-list-ids to show threads that were created first at the top 2010-02-26 16:25:39 +00:00
John Cortell
1a93dc7ced Comment adjustment 2010-02-26 15:59:32 +00:00
Vivian Kong
8ff63ab2c3 Bug 303481 - change update site for helios 2010-02-26 15:54:53 +00:00
Vivian Kong
947638f215 bump testing feature version up to 7.0 since one of its plugins had moved up 2010-02-26 15:52:24 +00:00
John Cortell
4d5d92560b [277663] Binary is revalidated after each keystroke 2010-02-26 15:19:34 +00:00
John Cortell
97acd431e0 Fix unindented if block (no functional change) 2010-02-26 14:46:21 +00:00
Marc Khouzam
d2cd2d381f [302597] For MIStopped event that don't contain a threadId we must ask the backend for the threadId 2010-02-26 13:56:49 +00:00
Markus Schorn
768a0c7393 Bug 303967: Make setup-job a non-system job. 2010-02-26 08:48:22 +00:00
Anton Leherbauer
e33b39e5b7 [302925] Incorporate John's review feedback 2010-02-26 08:42:25 +00:00
John Cortell
1400363b31 Added method to massage test timeout values based on a property. 2010-02-25 23:33:08 +00:00
Warren Paul
ec195f1471 fixed an intermittent refresh bug where not all executables would be displayed in the executables view. 2010-02-25 23:15:02 +00:00
John Cortell
9cd64eb9fa [303828] Instrument ServiceEventWaitor 2010-02-25 23:00:21 +00:00
John Cortell
d1b0dbacf4 Cleanup. Rename SyncUtil methods. Methods should start with a lowercase letter. Also having every method start with "Sync" is pointless. 2010-02-25 22:04:16 +00:00
Andrew Gvozdev
4735712764 bug 295625: Error highlighting in Build Console
patch from Dmitry Kozlov
2010-02-25 20:53:51 +00:00
Randy Rohrbach
5cdc9c1c05 Bugxilla 280607. 2010-02-25 20:51:59 +00:00
John Cortell
35a8ff9f89 Fixed comment 2010-02-25 19:33:57 +00:00
John Cortell
414a66ba52 [303735] Tool.getAllInputTypes() logic to override super tool's input types is buggy 2010-02-25 17:06:32 +00:00
John Cortell
a1e035fa10 [303825] DSF GDB junit tests don't run on Windows 2010-02-25 15:44:16 +00:00
John Cortell
1bc4846ffb Documentation improvement 2010-02-24 23:04:25 +00:00
Marc Khouzam
f2eb63309f [300096] Fix to generate an MISuspended event with the proper thread id for MoveToLine and ResumeAtLine. With the latest changes in platform, this is required to get the IP properly painted. 2010-02-24 20:27:28 +00:00
Markus Schorn
fc4b41e811 Bug 302289: File size limit for files to be indexed. 2010-02-24 15:44:36 +00:00
James Blackburn
25b266f275 Bug 280262 NPE in editors in closed projects => user friendly error message
createProjectDescription throws a CoreException as defined by the API rather than returning null when the project is inaccessible.
2010-02-24 11:57:19 +00:00
Anton Leherbauer
e1c516fe2c Bug 303737 - [hover] The debug expression hover does not work for "this" 2010-02-24 10:07:08 +00:00
Markus Schorn
bead75a3d1 Replace usage of deprecated code. 2010-02-24 09:58:34 +00:00
James Blackburn
c08fa974d4 Bug 303620 libs re-built on RHEL4 (glibc 2.3; gcc version 4.2.1) 2010-02-24 09:23:26 +00:00
Anton Leherbauer
98eadefa28 Bug 302925 - [disassembly][dsf] Endless loop retrieving disassembly data 2010-02-24 09:15:41 +00:00
Markus Schorn
35de77c32b Bug 303152: trailing empty macro expansions in IASTTranslationUnit. 2010-02-23 17:40:13 +00:00
Markus Schorn
290eeeff55 Compiler warnings. 2010-02-23 16:38:04 +00:00
James Blackburn
79ece8daa2 Bug 303629 unsigned char should never appear negative in the Variables view. 2010-02-23 15:26:13 +00:00
John Cortell
2dc9a8c1d3 fixed warning 2010-02-23 15:11:14 +00:00
John Cortell
c2f443c0a3 [303380] Breakpoint view's Watchpoint and Event Breakpoint action should be in the same place 2010-02-23 14:49:22 +00:00
James Blackburn
297e4e1de8 Bug 100844 ICSettingEntry.LIBRARY_FILE not currently contributed back to core model as the lib names exported by the build system aren't absolute paths & hence can't be resolved. 2010-02-23 13:25:22 +00:00
John Cortell
1e9d430245 [303569] Debug view does not reveal reason when thread is stopped by event breakpoint 2010-02-23 00:23:59 +00:00
Marc Khouzam
1d80af0b96 [242943] Support for breakpoint operations while the program is running. JUnit tests included. 2010-02-22 21:30:56 +00:00
John Cortell
38e0388107 [303370] Creating an event breakpoint leaves you with a disabled element in the Breakpoints views. Also fixed warnings in file 2010-02-22 21:30:18 +00:00
Marc Khouzam
657ecd8e53 [303503] Cannot rely on a GDB command to know the list of processes being debugged, because GDB is not available when the program is running. We can use =thread-group-created and =thread-group-exited events to keep our own list instead. 2010-02-22 17:56:12 +00:00
John Cortell
d8ba081c40 [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-22 17:49:40 +00:00
Andrew Gvozdev
8a6292bcf4 bug 301732: When a Hello World project is created, open generated file automatically
Patch from Marc-Andre Laperle
2010-02-22 15:46:36 +00:00
John Cortell
a32879bdc0 [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-22 15:07:48 +00:00
James Blackburn
e78dc0a109 Bug 303488 Add -importAll /path/to/projectTree switch to headless builder to support importing all projects under a directory. 2010-02-22 15:06:10 +00:00
James Blackburn
0d3f70517e Bug 302927 (again) ensure the oobList doesn't get too large, but keep it non-zero (<=20) so we handle unexpected stopping on shared lib load, for example. 2010-02-22 14:41:47 +00:00
James Blackburn
f253064060 Bug 281397 Headless builder should support build configuration selection. Add support for specifying the project_name/build_config using regular expression syntax. 2010-02-22 12:54:39 +00:00
Andrew Gvozdev
2bad84d031 bug 303365: CProjectDescriptorManager.removeCProjectDescriptionListener() does not remove listeners
Patch from David Dubrow
2010-02-21 22:35:27 +00:00
Andrew Gvozdev
70629e88a9 cleanup: @Override 2010-02-21 16:15:07 +00:00
Marc Khouzam
bece9d323f [255026] Use inspector debug hover in DSF-GDB, based on a preference 2010-02-21 15:42:02 +00:00
Andrew Gvozdev
9792eb18f1 bug 289169: Organize build preferences under Build Settings page 2010-02-21 14:45:20 +00:00
Andrew Gvozdev
d5ca22f3e6 wording for tooltip preference 2010-02-21 05:31:37 +00:00
Andrew Gvozdev
b94f2c2a1c bug 289169: Organize build preferences under Build Settings page 2010-02-21 05:21:56 +00:00
Andrew Gvozdev
56f7fff484 bug 303416: Preference tab Multiple Configurations Edit is different 2010-02-21 04:40:51 +00:00