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

474 commits

Author SHA1 Message Date
Pawel Piech
506cc50df7 [223969] Fixed a thread-handling problem introduced by fix. 2008-03-27 21:33:59 +00:00
Pawel Piech
4f71f37d15 [159046] Got rid of IStack.isStackAvailable(). 2008-03-27 21:20:10 +00:00
Pawel Piech
549cdbd6fd [224466] Renamed SourceDisplayAdapter to DsfSourceDisplayAdapter, and DsfMISourceLookupParticipant to DsfSourceLookupParticipant. 2008-03-27 21:06:06 +00:00
Pawel Piech
7018e1238b [224466] Renamed MISourceDisplayAdapter to SourceDisplayAdapter. 2008-03-27 20:57:56 +00:00
Pawel Piech
23cf575f17 [219031] Added the StepType parameter to IRunControl.canStep(). 2008-03-27 20:53:39 +00:00
Pawel Piech
5ac30e181b [223969] Extended CommanCache to track multiple contexts as "available". 2008-03-27 19:07:07 +00:00
Marc Khouzam
8c8a9fddff Bug 221505
Moves the code out of org.eclipse.dd.gdb.launch.ui into
org.eclipse.dd.gdb.ui to allow people to extend the classes without taking in the extensions defined by org.eclipse.dd.gdb.launch.ui
2008-03-27 18:13:55 +00:00
Marc Khouzam
89c5e765ba Bug 221505
The point of having an org.eclipse.dd.gdb.launch plugin was to allow other people to ignore this plugin and not have the standard DSF launches appear.

However, the DSF launch classes can still be useful to those people as they can be extended.  Therefore, the launch code should not be in org.eclipse.dd.gdb.launch, but put back in org.ecipse.dd.gdb
2008-03-27 17:35:50 +00:00
Marc Khouzam
9fd5e0d9eb Preliminary solution for Bug 223154.
We increase the size of PipedInputBuffer from 1K to 1M
but using LargePipedInputBuffer
2008-03-27 16:57:01 +00:00
Pawel Piech
060864a934 [179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess(). 2008-03-27 16:45:03 +00:00
Pawel Piech
d3fddfd2b9 [179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess(). 2008-03-27 16:44:13 +00:00
Pawel Piech
0e806a078c [179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess(). 2008-03-27 16:29:32 +00:00
Pawel Piech
c60f80ccc0 [179293] Further refactoring of the handle*() methods of the RequestMoniotr. 2008-03-27 16:18:04 +00:00
Marc Khouzam
0ab189a725 Compile fix for bug 179293 2008-03-27 13:32:56 +00:00
Pawel Piech
ad5efaa543 [224279] Fixed handling of request monitor in queries when session is disposed. 2008-03-27 03:09:58 +00:00
Pawel Piech
26ae2918f0 [179293] Refactor the handle*() methods of the RequestMoniotr. 2008-03-27 02:40:19 +00:00
Marc Khouzam
2eeb644c2f Fix compilation after commit for Bug 179293 2008-03-26 14:21:03 +00:00
Pawel Piech
fa8d487ab4 [179293] Fixed a bug in handleErrorOrWarning() handling introduced by the last commit for bug 179293. 2008-03-26 04:32:53 +00:00
Pawel Piech
03b5f689a4 [223774] Moved status error codes from IDsfService interface into IDsfStatusConstants interface. 2008-03-25 20:41:20 +00:00
Pawel Piech
7d6b83a35f [179293] Added cancel listener to RequestMonitor. Added handleWarning() completion handler. 2008-03-25 20:38:29 +00:00
Marc Khouzam
42eb4e884e Bug 223684
Removes the dependency by moving IGDBLaunchConfigurationContants from the org.eclipse.dd.gdb.launch plugin to org.eclipse.dd.gdb
2008-03-25 17:46:32 +00:00
Marc Khouzam
508a4a90b3 Splitting the LaunchSequence into ServicesLaunchSequence and FinalLaunchSequence, as discussed in Bug 221505 comment #7 2008-03-24 20:00:43 +00:00
Pawel Piech
7158eeed07 [220446][219907] Updated the doc plugin to point to the new DSF tutorials. 2008-03-24 16:34:37 +00:00
Pawel Piech
0b3ad17747 [220446] Fixed typos. 2008-03-24 16:23:53 +00:00
Pawel Piech
e6830c9ab4 [219841] Fixed an NPE in BreakpointsMediator related to breakpoints that failed to plant. 2008-03-24 16:22:34 +00:00
Marc Khouzam
391048a4f0 Launch should not be visible to the user. 2008-03-23 14:36:46 +00:00
Marc Khouzam
bff2486202 Bug 223200
Removal of commandCache
2008-03-20 18:03:01 +00:00
Marc Khouzam
3cc3d633da Bug 223196
Removing the guard since it was wrong (== instead of !=) and it not useful
2008-03-20 13:00:11 +00:00
Marc Khouzam
89f4a41f0e Merge the GdbRemoteLaunchDelegate and the
GdbLocalLaunchDelegate into a single GdbLaunchDelegate
2008-03-19 13:24:30 +00:00
Marc Khouzam
a7fa912306 Bug 223025
Used to check for MIList twice instead of checking for MITuple.
2008-03-18 16:47:34 +00:00
Marc Khouzam
a7c5da0b08 Print the token when printing the debug traces for the
inserted thread-select and stack-select.
2008-03-18 14:54:09 +00:00
Pawel Piech
4f501b788f [222568] Applied fix to prevent escaping of backslashes in C-Strings. 2008-03-14 20:56:49 +00:00
Marc Khouzam
0c602b6de8 Bug 222764
Use of the GDB command -environment-directory based on how the CDT used it.
2008-03-14 15:44:20 +00:00
Pawel Piech
9c5201ef98 [220446] Minor clean up. 2008-03-13 23:10:35 +00:00
Pawel Piech
63abb2b2c7 [220446] Clean up. 2008-03-13 20:52:01 +00:00
Pawel Piech
c643667fec [220446] Fixed a warning in manifest file. 2008-03-13 20:50:35 +00:00
Pawel Piech
096b13e0bd [220446] Fixed a warning about JRE version in class path. 2008-03-13 20:50:12 +00:00
Pawel Piech
737a61b178 [220446] Got rid of an unused extension point. 2008-03-13 20:49:41 +00:00
Pawel Piech
ec063f4c8b [220446] Updated the tutorials. 2008-03-13 20:46:24 +00:00
Pawel Piech
1e1e66689e [220446] Updated the timers example. 2008-03-13 19:04:07 +00:00
Randy Rohrbach
ab668f8755 Some typo's. 2008-03-13 18:18:03 +00:00
Pawel Piech
77839f1f0e [220446] Updated the PDA Debugger example. 2008-03-13 17:52:32 +00:00
Pawel Piech
fd0cf814cc [220446] Updated the PDA Debugger example. 2008-03-13 17:50:32 +00:00
Pawel Piech
f2615af486 [222415] Fixed processing of multiple command responses to avoid double processing of accumulated events. 2008-03-13 15:53:03 +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