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

42 commits

Author SHA1 Message Date
John Cortell
f9a4febf5f [309023] Remove obsolete and redundant CDI debuggers 2010-04-13 16:42:11 +00:00
Doug Schaefer
a00f0ded40 Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu toolchain. Also map the cygwin debugger to the cygwin toolchain. Fix up the launch shortcut so that the longest matching pattern wins the day since both cygwin and mingw would get trumped by the main gnu one. With this single click debug works on Linux. 2007-08-28 20:38:03 +00:00
Doug Schaefer
cbf44a76fc Bug 179755 - Introduced mechanism to allow debuggers to specify a regex pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger. 2007-04-30 00:22:28 +00:00
John Cortell
2ef0a88398 Fixed bug 181829. Debugger was not enforcing extension point schema. Also renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points. 2007-04-10 19:28:22 +00:00
Mikhail Khodjaiants
def35fab6f Bug 160359: Debug session is not to be created 2007-01-26 17:51:10 +00:00
Ken Ryall
e99188230e Bug 69522. Changes to accommodate Apple's gdb: Added gdb/mi command factory for Mac OS. Reviewed and applied Greg's patch that beefs up support for MI results containing tuples. Added one additional change in MIVarUpdateInfo. Debug sessions now startup and variables display correctly on Mac OS 10.4.6 with latest dev tools.
Ran before and after tests on Windows and saw no ill effects or changes in behavior for variable display.
2006-05-17 16:31:23 +00:00
Mikhail Khodjaiants
b65a91b8b5 Bug 114793: Add an extension point to contribute command factories. Registered windows and linux specific command factories for gdbserver. 2006-02-09 20:33:02 +00:00
Mikhail Khodjaiants
bce2540688 Bug 114793: Add an extension point to contribute command factories. Added standard command factory for gdb server. 2006-02-08 16:51:02 +00:00
Mikhail Khodjaiants
667a2e1442 Bug 114793: Add an extension point to contribute command factories. Added the standard command factory for Linux. 2006-02-07 20:51:02 +00:00
Mikhail Khodjaiants
c5831cdf12 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 21:08:44 +00:00
Mikhail Khodjaiants
71d38ceea2 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 20:48:26 +00:00
Mikhail Khodjaiants
143d697e5e Bug 119683: long messages during launch cause gdb to timeout, launch to fail. 2006-01-23 20:25:43 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185 Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries. 2005-11-10 21:41:23 +00:00
Doug Schaefer
0583121e43 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
Mikhail Khodjaiants
92f36abdce Added support for refresh preferences and properties. 2004-11-08 23:36:57 +00:00
Alain Magloire
eed89f4408 Adjust GDBServer to ICDIDebugger api 2004-10-21 01:32:31 +00:00
Alain Magloire
bc9547c99e 2004-10-20 Alain Magloire
Use the new ICDIDebugger interface

	* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
	* mi/org/eclipse/cdt/debug/mi/core/MISession.java
	* mi/org/eclipse/cdt/debug/mi/core/SessionProcess.java
	* src/org/eclipse/cdt/debug/mi/core/CygwinGDBCDIDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/GDBCDIDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/GDBDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/GDBServerDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
	* src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java
	* plugin.xml
2004-10-20 19:09:39 +00:00
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
David Inglis
760c2a22b5 fixed update platform filtering
fixed compiler error prompting
2004-05-31 18:06:16 +00:00
Alain Magloire
d46532a2d9 2004-05-18 Alain Magloire
Remove warnings and compatibility plugin
	to be full Eclipse-3.0 compliant.
2004-05-18 17:34:49 +00:00
Alain Magloire
1ff55f435a GDBserver config should be "*" not "native" 2004-04-01 19:44:19 +00:00
Doug Schaefer
e1b04cf0c0 Added org.eclipse.core.runtime.compatability as a
dependency to satisfy Eclipse 3.0M6 requirements.
2004-01-05 20:26:57 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
David Inglis
5ae31fb0e6 update version 2003-04-23 15:03:25 +00:00
Alain Magloire
54c9ad41e7 New launch configuration for GDBServer, code
from Monta Vista
2003-04-06 01:07:23 +00:00
David Inglis
b5732a50bd change version to 1.0.1 2002-12-16 20:50:32 +00:00
Alain Magloire
dc382d4604 Support for cygwin debugger. 2002-11-27 16:26:46 +00:00
David Inglis
83ca00e7b1 added "native" supported cpu 2002-11-13 14:00:45 +00:00
David Inglis
aa3229d345 local to native 2002-11-04 20:05:33 +00:00
David Inglis
04d90a4425 build changes 2002-09-26 02:16:53 +00:00
David Inglis
d862e1f83c changed default platform to "local" 2002-09-23 17:15:42 +00:00
David Inglis
0f1255a4e0 support attach to pid with debugger 2002-09-17 19:12:15 +00:00
David Inglis
bc2d280abd changed Runtime.exec to use ProcessFactory in cdt.core change
ICDISession.getConfiguration() to return a proper config based on run/attach/corefile
2002-08-30 14:20:19 +00:00
David Inglis
5836a1ff35 added modes attrib 2002-08-29 19:28:50 +00:00
David Inglis
3d96f03185 export jar 2002-08-26 18:07:15 +00:00
David Inglis
253bdfe47c update added plugin name and provider 2002-08-26 16:52:29 +00:00
David Inglis
2fdab4e038 new debugger extension format 2002-08-15 14:40:31 +00:00
David Inglis
a4f0fa4e7e added new gdb Debugger extension 2002-08-13 04:03:45 +00:00
Alain Magloire
291832e206 first drat 2002-07-24 13:41:31 +00:00