1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-12 03:25:22 +02:00
Commit graph

15991 commits

Author SHA1 Message Date
Vivian Kong
68ee7032fa Bug 240757, 240758 2008-07-24 17:09:11 +00:00
Vivian Kong
e6c237afdc Bug 240756 2008-07-24 17:08:50 +00:00
Vivian Kong
cf70ba833f Bug 240827, 240828, 240829 2008-07-24 16:23:42 +00:00
Vivian Kong
e1133d5650 Bug 240825 2008-07-24 16:23:04 +00:00
Marc Khouzam
2640f48aba Bug 241985
removes the abstract from the methods, and adds ICommandControl, ISignals and ISymbols.  It also uses alphabetical order to make it easier to know if something is forgotten.
2008-07-24 16:19:28 +00:00
Marc Khouzam
16f4e3cc61 Bug 239050
Added methods to check if an attach or detach button should be grayed-out
2008-07-24 13:52:48 +00:00
Emanuel Graf
d7476ab63c fix for bug 241960: [Refactoring] Refactoring delete comments in project outside the workspace
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241960
2008-07-24 12:48:00 +00:00
John Cortell
0e2c6945bd Fixed NPEs in code that is subject to dealing with a disposed frame. 2008-07-23 20:34:01 +00:00
Marc Khouzam
5272715f6d Bug 239028
In my conversion of ContainerVMNode I forgot to add the check to make sure the inferior was still running.  This check is now in GDBProcesses
2008-07-23 19:33:21 +00:00
Marc Khouzam
a0ce9be8f4 Bug 239028
This change to MIRunControlEventProcessor does the same thing as before, but it avoids me having to deprecate an old method and create a new one.
2008-07-23 19:13:58 +00:00
Vivian Kong
925a43a9cd bug 203867 2008-07-23 18:29:53 +00:00
Marc Khouzam
c1f6612245 Bug 239028
This change adds support for multli-process debugging although we are still using the single-process GDB.
With this fix, our debug session will now be in a multi-process situation, with only one process being debugged.  At this point, there should be no visible changes in the debugging experience.
2008-07-23 17:49:01 +00:00
Emanuel Graf
95e813e03a fix for bug 241717: Extract Function not working with Counted Ptr
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241717
2008-07-23 09:22:22 +00:00
Francois Chouinard
593106d158 Patch for non-stop multi-threading 2008-07-22 19:19:48 +00:00
Markus Schorn
16b1c0a53c Fix warnings. 2008-07-22 12:29:01 +00:00
Chris Recoskie
abeec8d288 RESOLVED - bug 237956: xlC parser throws an exception parsing output with word "line"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237956
2008-07-21 20:27:57 +00:00
John Cortell
252e01a836 Added ICDIDisposable, as discussed in the mailing list. Most of these changes are adjustments to protect against an NPE since we now null out the CDI members when we dispose them. 2008-07-21 19:41:42 +00:00
Mike Kucera
db482bf78c fix to StandaloneIndexerInputAdapter, wrong method being called 2008-07-21 15:47:16 +00:00
Markus Schorn
935b16e82c ASTWriter needs to handle literal nodes. 2008-07-21 10:45:15 +00:00
Sergey Prigogin
b6b73f1b19 Added persistence for the last used template and adjusted layout of the dialog (bug 238195). 2008-07-20 00:20:44 +00:00
Sergey Prigogin
2c26884385 Label should nor wrap by default. Otherwise multi-word labels may be shown only partially. 2008-07-20 00:18:29 +00:00
Sergey Prigogin
59915ca750 Fixed bug 237327. 2008-07-19 18:38:24 +00:00
Randy Rohrbach
22e14ab218 Bugzilla 241418. 2008-07-18 18:09:52 +00:00
Randy Rohrbach
ca0b52a232 Bugzilla 241420 2008-07-18 17:55:56 +00:00
Marc Khouzam
2a48c0efbd Bug 240525
Updates CLIAttach and MIThreadSelect.
I didn't update the usage of MIThreadSelect because it required more cleanup than I cared to do at this point.
2008-07-18 15:09:06 +00:00
Marc Khouzam
cd35d1037b bug 239050
Added  @Deprecated to a type that was moved out to its own file
2008-07-18 14:22:07 +00:00
Marc Khouzam
8b3a47453a Removed a FIXME 2008-07-18 12:48:22 +00:00
Marc Khouzam
65b52f3a07 Bug 239050
Make the FinalLaunchSequence use the IProcesses.getRunningProcesses() call instead of doing the work itself.
2008-07-18 01:13:59 +00:00
Alena Laskavaia
77b67de31f [241288] - temporary fix - trying to avoid dead-lock on import 2008-07-17 18:23:23 +00:00
Mikhail Sennikovsky
1b041f56b4 Fix for [Bug 222585] NPE at GnuMakefileGenerator$3.visit() from Zhang Yi with small modification 2008-07-17 17:27:45 +00:00
Anton Leherbauer
2d53d1dd31 Fix for 240564: Improve handling of parsing problems in conditional expressions
Fix for 241058: Code Style Formatter for C++ invalidates code for nested templated argument with namespace.
2008-07-17 13:42:52 +00:00
Ted Williams
646f793f1f [241182] source build for all device debug plugins 2008-07-17 04:26:50 +00:00
Ted Williams
6f836fba11 [241182] source build for all device debug plugins 2008-07-17 04:26:50 +00:00
Ted Williams
07d6efbf32 [241182] source build for all device debug plugins 2008-07-17 03:55:09 +00:00
Pawel Piech
ba02695848 [239050] - Added DMContextsTest.java to the org.eclipse.dd.tests.dsf plugin. 2008-07-16 21:16:38 +00:00
Vivian Kong
6cffe3d338 bug 240836 2008-07-16 20:54:02 +00:00
Vivian Kong
5c4fbcbbf3 Documentation fixes (240837, 240838, 240840, 240841, 240842) 2008-07-16 20:40:56 +00:00
Marc Khouzam
255b92bfbd Bug 240556
If no frame context is provided in an expression, but an execution (thread) is present, then we define the expression to belong to the top-most frame of that thread.
2008-07-16 19:46:15 +00:00
Marc Khouzam
963ba7e067 Bug 239050
Makes getAncestorOfType() return the closest ancestor in terms of
depth.  Also adds a new method, getAllAncestorsOfType(), which returns all
the ancestors of the specified type in an array.
2008-07-16 19:08:05 +00:00
Pawel Piech
0006e4ba15 [241024] - [view model] Most views stop refereshing after a breakpoint hit after a long operation (e.g. sleep) 2008-07-16 18:34:24 +00:00
Vivian Kong
1eed71bafe bug 240835 2008-07-16 14:04:32 +00:00
Anton Leherbauer
bc15b2355b 239778: [view model][debug view] Double click listener can be added twice for the same VM provider 2008-07-16 13:02:29 +00:00
Anton Leherbauer
bb3e8a0067 Follow-up fix for 214386 to avoid RejectedExecutionException during AbstractDebugVMAdapter.dispose() 2008-07-16 11:45:13 +00:00
Anton Leherbauer
337235a75e 214386: [run control][debug view][source lookup] When stepping fast (holding down F5 key) the IP in editor does not keep up. 2008-07-16 11:02:58 +00:00
Marc Khouzam
e5930da951 Bug 240947
Missing done() calls in view model
2008-07-16 00:20:46 +00:00
Vivian Kong
6150b729a7 bug 240834 2008-07-15 23:33:06 +00:00
Vivian Kong
77326b2889 bug 240833 2008-07-15 23:29:13 +00:00
Vivian Kong
5b02ac324d bug 240831 2008-07-15 23:20:08 +00:00
Vivian Kong
f1494801f6 bug 240830 2008-07-15 23:16:26 +00:00
Pawel Piech
9ac7056923 [240997] - Added comment explaining the need for workaround. 2008-07-15 22:12:06 +00:00