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

322 commits

Author SHA1 Message Date
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
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
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
Pawel Piech
5893454304 [221795] Added a suspended event handler to the source locator. 2008-03-10 16:09:40 +00:00
Randy Rohrbach
f328405120 Bugzilla's 221898 & 219127. 2008-03-07 19:46:13 +00:00
Francois Chouinard
60cb898c86 Breakpoint action for DSF 2008-03-07 19:33:00 +00:00
Pawel Piech
e75b2b1a1f [220446] Updated the "DSF Common Patterns" document. 2008-03-06 23:22:16 +00:00
Pawel Piech
43aab414a9 [221728] Fixed an assertion error in BreakpiontsMediator. 2008-03-06 20:04:34 +00:00
Pawel Piech
2e76289006 [220446] Updated the "DSF Common Patterns" document. 2008-03-06 18:55:21 +00:00
Pawel Piech
abc958a96a [220446] Updated the timers example for use with the "DSF Common Patterns" document. 2008-03-04 05:20:05 +00:00
Francois Chouinard
8868398cc9 Committing patches for bugs 159946 (disassembly) and 214546 (memory monitor persistence). 2008-03-01 20:21:08 +00:00
Pawel Piech
90f4dc4c71 [220446] Updated the "DSF Common Patterns" document. 2008-03-01 00:51:12 +00:00
Pawel Piech
f4f4a35474 [221027] Added a listener to automatically shut down the executor thread when the display is disposed. 2008-03-01 00:49:46 +00:00
Pawel Piech
86e9c84f41 [220446] Updated the "DSF Common Patterns" document. 2008-03-01 00:43:50 +00:00
Marc Khouzam
14259c32e5 Bug 220959
Do not sent target output generated by CLI commands to the target console.
2008-02-29 16:46:33 +00:00
Pawel Piech
d7635bc046 [220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial. 2008-02-29 16:26:34 +00:00
Pawel Piech
642ea06516 [220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial. 2008-02-28 18:42:09 +00:00
Pawel Piech
f3cd935a6c [220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial. 2008-02-28 18:40:18 +00:00
Pawel Piech
07647b57a3 [219920] Added mechanism for adjusting command parameter formatting. 2008-02-28 16:08:09 +00:00