1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

15 commits

Author SHA1 Message Date
Marc Khouzam
2c82390e87 Bug 202343
Launch for for Attaching to a running
2008-04-15 16:38:17 +00:00
Ted Williams
06b2e66cb0 M6 build 2008-04-05 19:22:06 +00:00
Ted Williams
3631515ed8 M6 missing icons 2008-04-05 19:16:32 +00:00
Marc Khouzam
e820790108 Bug 221505
Moves all extensions of org.eclipse.dd.gdb.launch.ui into org.eclipse.dd.gdb.launch.
org.eclipse.dd.gdb.launch.ui will be removed
2008-03-28 19:11:02 +00:00
Marc Khouzam
7b062fd957 Bug 224485
Moved the packages org.eclipse.dd.gdb.* to
org.eclipse.dd.gdb.internal.provisional.*
since it's expected that these classes are likely to need substantial
changes in not too distant future.
2008-03-28 15:42:24 +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
Pawel Piech
0e806a078c [179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess(). 2008-03-27 16:29:32 +00:00
Pawel Piech
26ae2918f0 [179293] Refactor the handle*() methods of the RequestMoniotr. 2008-03-27 02:40:19 +00:00
Pawel Piech
03b5f689a4 [223774] Moved status error codes from IDsfService interface into IDsfStatusConstants interface. 2008-03-25 20:41:20 +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
Marc Khouzam
89f4a41f0e Merge the GdbRemoteLaunchDelegate and the
GdbLocalLaunchDelegate into a single GdbLaunchDelegate
2008-03-19 13:24:30 +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
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
ec69c08687 New org.eclipse.dd.gdb.launch plugin to separate the launch logic 2008-03-10 19:53:15 +00:00