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

18082 commits

Author SHA1 Message Date
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
Anton Leherbauer
b037cb4811 Bug 301229 - Don't create BinaryRunner inside synchronized block (reworked) 2010-02-20 10:51:38 +00:00
John Cortell
adde620eaf [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-19 23:47:04 +00:00
Andrew Gvozdev
63934dce7a bug 299895: Project Explorer does not honor indexer's configuration preference for build settings overlay adornment 2010-02-19 18:08:50 +00:00
Andrew Gvozdev
c1165cf212 bug 303095: Remove deprecated IOption.overridesOnlyValue() 2010-02-19 16:55:17 +00:00
Warren Paul
135c85133a fixed NPE. 2010-02-19 16:40:26 +00:00
Anton Leherbauer
399db5247a Cleanup unused messages 2010-02-19 15:49:43 +00:00
John Cortell
17396728ed [303315] Improve javadoc for disassembly service 2010-02-19 15:39:46 +00:00
Vivian Kong
ead6836563 add Berkeley UPC feature to build 2010-02-19 15:32:51 +00:00
Vivian Kong
02fd62f9ec Bug 301998 - Berkeley UPC plugin contribution for Max Billingsley III 2010-02-19 15:27:56 +00:00
Anton Leherbauer
2233d1045a Bug 301229 - Don't create BinaryRunner inside synchronized block 2010-02-19 09:41:24 +00:00
Andrew Gvozdev
2410fcc59a cleanup: $NON-NLS 2010-02-19 05:15:49 +00:00
Andrew Gvozdev
42a0f65b76 cleanup: added MultiItemsHolder.DEBUG to control debug output on the console 2010-02-19 05:14:42 +00:00
Alena Laskavaia
28b8714c2d - checker with a parameter 2010-02-19 02:29:35 +00:00
Alena Laskavaia
f67d273034 support for checkers with paramerers 2010-02-19 02:29:18 +00:00
Andrew Gvozdev
8907380c2c cleanup: cast 2010-02-18 19:26:36 +00:00
Andrew Gvozdev
5b000a2d31 cleanup: NON-NLS tags 2010-02-18 19:20:05 +00:00
Marc Khouzam
46379aed09 [302927] Reverting fix because it broke shared library event handling 2010-02-18 16:00:37 +00:00
Anton Leherbauer
1e9767d045 [302554] [disassembly][api] Provisional disassembly API should use IAddress instead of BigInteger 2010-02-18 12:34:10 +00:00
Anton Leherbauer
ae828d8792 [302348] [dis] Expression support: merge goto symbol and got address 2010-02-18 11:44:15 +00:00