1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 21:15:23 +02:00
Commit graph

14375 commits

Author SHA1 Message Date
Mike Kucera
6cb825d13f moved utility classes into core util package 2008-03-13 14:36:47 +00:00
Anton Leherbauer
08bfbd1229 Better error reporting when process exec fails 2008-03-13 14:28:09 +00:00
Vivian Kong
2f75ef3694 fixing properties strings in XLC UI (bug 222112) 2008-03-13 14:20:19 +00:00
Vivian Kong
f7b9c1941b add lrparser to build (bug 222474) 2008-03-13 14:18:02 +00:00
Anton Leherbauer
8cfa0b6b69 Fix translation unit restore for external includes 2008-03-13 13:14:39 +00:00
Andrew Ferguson
f0495f62d0 clean warnings 2008-03-13 12:01:58 +00:00
Andrew Ferguson
83b3470a9e fix behaviour when commenting methods preceded by a macro 2008-03-13 11:32:53 +00:00
Markus Schorn
2ee490ecf3 Improved comment assignment for the NodeCommenter, by Guido Zgraggen, bug 222529. 2008-03-13 09:49:37 +00:00
Anton Leherbauer
da521c277c Fix for 221224: debugger mi target locking problems
Patch contributed by Alena Laskavaia <elaskavaia@qnx.com>
2008-03-13 08:59:36 +00:00
Markus Schorn
8d07be5f20 Default name for extract constant factory, by Emanuel Graf, bug 222379. 2008-03-13 08:27:11 +00:00
Pawel Piech
9504323dd5 [220446] Updated the "PDA Debugger Introduction" document. 2008-03-13 06:41:35 +00:00
Randy Rohrbach
7586dfa95a Bugzilla 220446. Changed the spelling of excercises to exercises throuhgout the code/examples and build processes. 2008-03-12 20:54:36 +00:00
Pawel Piech
c27cddf3c7 [220446] Updated Excercise 3 instructions. 2008-03-12 19:38:12 +00:00
Pawel Piech
5a1d9522fa [220446] Updated the "PDA Debugger Introduction" document. 2008-03-12 19:35:38 +00:00
Pawel Piech
1b7b4b9e15 [220446] Updated the "PDA Debugger Introduction" document. 2008-03-12 19:20:51 +00:00
Pawel Piech
b36441f7f9 [220446] Updated Excercise 4 comments. 2008-03-12 19:16:54 +00:00
Marc Khouzam
681323f895 Bug 202339.
GDB Remote Launch connecting to a GDB Server works on Linux.
Serial connection has not been tested yet.
2008-03-12 17:58:17 +00:00
Andrew Ferguson
9a46b41c3b 222444: add tests 2008-03-12 17:20:27 +00:00
Oleg Krasilnikov
6d19eaab8b Bug #222390 : Overriding make variables in build command does not accept quotes 2008-03-12 15:49:25 +00:00
Markus Schorn
96a8f08969 Improved fix for: Name resolution for qualified member declarations, bug 222026. 2008-03-12 15:31:10 +00:00
Andrew Ferguson
cdaae2fcba 222418: add test cases 2008-03-12 14:49:39 +00:00
Markus Schorn
fe1f5608eb Improved handling of unexpected exceptions in the indexer, related to bug 221796. 2008-03-12 13:40:34 +00:00
Anton Leherbauer
0545a83691 219993: New CModel identifier API for Mylyn bridge 2008-03-12 13:03:09 +00:00
Anton Leherbauer
7fe434b6d8 Follow-up fix for 216533 2008-03-12 12:02:58 +00:00
Anton Leherbauer
7446d41232 Cleanup NLS keys 2008-03-12 12:01:53 +00:00
Markus Schorn
a03aca49b8 Javadoc for refactoring, by Mirko Stocker, bug 181493. 2008-03-12 10:25:48 +00:00
Markus Schorn
73869d3e94 Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), applied patch for extract constant (bug 181493). 2008-03-12 09:56:10 +00:00
John Cortell
8c518b15d3 Avoid a NPE when we receive a TERMINATE event for an IProcess that was not created with a launch configuration (at a minimum, JDT creates such a thing in StandardVMType.java, a process called "Library Detection"). 2008-03-11 20:40:32 +00:00
Oleg Krasilnikov
f26e8c27d3 Bug in the tab: extension always empty. 2008-03-11 16:29:21 +00:00
Anton Leherbauer
3b9d0a9587 Fix for 222069: CSourceHover popup doesn't work after changing file 2008-03-11 15:15:47 +00:00
Anton Leherbauer
3320c11eae Fix for 222093: [mark occurrences] occasional NullPointerException 2008-03-11 09:31:11 +00:00
Markus Schorn
a3d89182db Fixes an ArrayOutOfBoundsException, bug 219773. 2008-03-11 08:28:48 +00:00
Anton Leherbauer
319b6d514f Fix for 216533: C/C++ Folded code self expands after an edit 2008-03-11 08:24:23 +00:00
Ted Williams
33b9380881 [203068] (GTK workaround) Traditional Memory Rendering doesn't scroll 2008-03-11 05:10:29 +00:00
Ted Williams
8f63cc5bbf [219009] TraditionalRendering.getSelectedBytes() ignores selection 2008-03-11 05:02:05 +00:00
Ted Williams
5d2e5b52e0 [208071] (performance) Traditional Memory Rendering: unnecessary populateCache 2008-03-11 04:38:29 +00:00
Vivian Kong
f5ad074ba1 Replace trademark symbols (bug 222154) 2008-03-11 01:48:11 +00:00
Vivian Kong
dd366a822b fixing properties strings in XLC UI (bug 222112) 2008-03-11 01:34:42 +00:00
Vivian Kong
ebc2c6375f fixing properties strings in XLC UI (bug 222112) 2008-03-11 01:34:22 +00:00
Mike Kucera
900ae2cb4b fixed several bugs in new C++ parser 2008-03-10 21:34:29 +00:00
Marc Khouzam
63a5c79e44 Separation of launch logic.
These changes are necessary to start using the two new plugins:
org.eclipse.dd.gdb.launch
org.eclipse.dd.gdb.launch.ui
2008-03-10 19:57:43 +00:00
Marc Khouzam
ec69c08687 New org.eclipse.dd.gdb.launch plugin to separate the launch logic 2008-03-10 19:53:15 +00:00
Pawel Piech
ca2922f0bb Got rid of an unused import statement. 2008-03-10 18:23:58 +00:00
Markus Schorn
4ae9346289 Name resolution for qualified member declarations, bug 222026. 2008-03-10 16:27:45 +00:00
Pawel Piech
5893454304 [221795] Added a suspended event handler to the source locator. 2008-03-10 16:09:40 +00:00
Anton Leherbauer
07fd280fc9 Fix for 217776: Keep namespaces open in Outline view (follow-up) 2008-03-10 14:52:02 +00:00
Anton Leherbauer
12348ba297 Fix 221853: Assembly editor does not parse comments correctly 2008-03-10 08:56:51 +00:00
Anton Leherbauer
c9dbba10e8 Fix 221858: [Project Explorer] Link with editor does not work 2008-03-10 08:55:07 +00:00
Sergey Prigogin
e25731ec26 Minor test adjustment. 2008-03-10 03:45:21 +00:00
Sergey Prigogin
72032636b9 Added _testTemplateTypedef_214447. 2008-03-10 03:20:12 +00:00