Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-09 | Bug 484900: Remove Majority of CDI classes | Jonah Graham | 1 | -129/+0 | |
This is the first change to remove CDI from CDT. The CDI model implementation is removed along with everything that directly depends upon the implementation. This commit does not include refactoring or moving classes. The few insertions are the minimum necessary. Change-Id: I80274e1a0d77bc7bb00a2afe4babc00c4f7613ae Signed-off-by: Jonah Graham <jonah@kichwacoders.com> | |||||
2013-09-23 | Alphabetize the modes; to be in line with the restrictions added in bug 417138 | Jesse Weinstein | 1 | -2/+2 | |
Change-Id: I35d8943e04acd90f4fba474f79a863c5986e0e05 Signed-off-by: Jesse Weinstein <Jesse.Weinstein@clinicomp.com> Reviewed-on: https://git.eclipse.org/r/16419 Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> | |||||
2013-08-14 | Bug 371650 - Debug As... prompts for irrelevant debug config for a basic | Marc-Andre Laperle | 1 | -0/+6 | |
makefile projec Change-Id: I5bcb971edf54b3f851cb9c76378dfde4c161bfe7 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/14543 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com> | |||||
2010-04-13 | [309023] Remove obsolete and redundant CDI debuggers | John Cortell | 1 | -18/+0 | |
2007-08-28 | Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu ↵ | Doug Schaefer | 1 | -7/+15 | |
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-04-30 | Bug 179755 - Introduced mechanism to allow debuggers to specify a regex ↵ | Doug Schaefer | 1 | -0/+18 | |
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-10 | Fixed bug 181829. Debugger was not enforcing extension point schema. Also ↵ | John Cortell | 1 | -6/+3 | |
renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points. | |||||
2007-01-26 | Bug 160359: Debug session is not to be created | Mikhail Khodjaiants | 1 | -0/+7 | |
2006-05-17 | Bug 69522. Changes to accommodate Apple's gdb: Added gdb/mi command factory ↵ | Ken Ryall | 1 | -0/+14 | |
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-02-09 | Bug 114793: Add an extension point to contribute command factories. ↵ | Mikhail Khodjaiants | 1 | -0/+21 | |
Registered windows and linux specific command factories for gdbserver. | |||||
2006-02-08 | Bug 114793: Add an extension point to contribute command factories. Added ↵ | Mikhail Khodjaiants | 1 | -1/+8 | |
standard command factory for gdb server. | |||||
2006-02-07 | Bug 114793: Add an extension point to contribute command factories. Added ↵ | Mikhail Khodjaiants | 1 | -1/+1 | |
the standard command factory for Linux. | |||||
2006-02-06 | Bug 114793: Add an extension point to contribute command factories. | Mikhail Khodjaiants | 1 | -5/+5 | |
2006-02-06 | Bug 114793: Add an extension point to contribute command factories. | Mikhail Khodjaiants | 1 | -4/+36 | |
2006-01-23 | Bug 119683: long messages during launch cause gdb to timeout, launch to fail. | Mikhail Khodjaiants | 1 | -3/+3 | |
2005-11-15 | Made all of the plugins OSGi components. | Doug Schaefer | 1 | -21/+2 | |
2005-11-10 | Upversioned everything. Changed the features to not unpack the plugins that ↵ | Doug Schaefer | 1 | -1/+1 | |
don't have shared libraries. | |||||
2004-12-22 | Updated the version numbers to 3.0.0. | Doug Schaefer | 1 | -1/+1 | |
2004-11-08 | Added support for refresh preferences and properties. | Mikhail Khodjaiants | 1 | -0/+4 | |
2004-10-21 | Adjust GDBServer to ICDIDebugger api | Alain Magloire | 1 | -1/+1 | |
2004-10-20 | 2004-10-20 Alain Magloire | Alain Magloire | 1 | -2/+2 | |
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-07-15 | Upversioning head to 2.1.0. | Doug Schaefer | 1 | -1/+1 | |
2004-05-31 | fixed update platform filtering | David Inglis | 1 | -1/+1 | |
fixed compiler error prompting | |||||
2004-05-18 | 2004-05-18 Alain Magloire | Alain Magloire | 1 | -1/+1 | |
Remove warnings and compatibility plugin to be full Eclipse-3.0 compliant. | |||||
2004-04-01 | GDBserver config should be "*" not "native" | Alain Magloire | 1 | -2/+2 | |
2004-01-05 | Added org.eclipse.core.runtime.compatability as a | Doug Schaefer | 1 | -6/+7 | |
dependency to satisfy Eclipse 3.0M6 requirements. | |||||
2003-11-25 | Upversioned the plugins, etc to 2.0.0. | Doug Schaefer | 1 | -7/+7 | |
Made sure the jar files got included in the zips. | |||||
2003-11-24 | Upgrade to Eclipse 3.0. Includes: | Doug Schaefer | 1 | -0/+1 | |
- upgrade plugin.xml files - use PDE containers - apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker - remove TestWorkbenches from test plugins | |||||
2003-10-01 | Upversioning everything to 1.2.0. | Doug Schaefer | 1 | -1/+1 | |
2003-04-23 | update version | David Inglis | 1 | -1/+1 | |
2003-04-06 | New launch configuration for GDBServer, code | Alain Magloire | 1 | -0/+8 | |
from Monta Vista | |||||
2002-12-16 | change version to 1.0.1 | David Inglis | 1 | -2/+3 | |
2002-11-27 | Support for cygwin debugger. | Alain Magloire | 1 | -4/+11 | |
2002-11-13 | added "native" supported cpu | David Inglis | 1 | -2/+3 | |
2002-11-04 | local to native | David Inglis | 1 | -1/+1 | |
2002-09-26 | build changes | David Inglis | 1 | -1/+1 | |
2002-09-23 | changed default platform to "local" | David Inglis | 1 | -0/+1 | |
2002-09-17 | support attach to pid with debugger | David Inglis | 1 | -1/+1 | |
2002-08-30 | changed Runtime.exec to use ProcessFactory in cdt.core change | David Inglis | 1 | -1/+2 | |
ICDISession.getConfiguration() to return a proper config based on run/attach/corefile | |||||
2002-08-29 | added modes attrib | David Inglis | 1 | -0/+1 | |
2002-08-26 | export jar | David Inglis | 1 | -1/+3 | |
2002-08-26 | update added plugin name and provider | David Inglis | 1 | -4/+5 | |
2002-08-15 | new debugger extension format | David Inglis | 1 | -2/+2 | |
2002-08-13 | added new gdb Debugger extension | David Inglis | 1 | -2/+18 | |
2002-07-24 | first drat | Alain Magloire | 1 | -0/+11 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-