Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-03-28*org.eclipse.cdt.debug.mi.core/{AbstractGDBCDIDebugger,IMILaunchConfiguratio ↵Alain Magloire2-2/+38
nConstants}.java *org.eclipse.cdt.debug.mi.core/MISession.java * org.eclipse.cdt.debug.mi.core.cdi/BreakpointManager.ajva *org.eclipse.cdt.debug.mi.internal/iu/{StandardGDBDebuggerPage.java,MIUIMEssages.properties} 220045 Debuger is stopping on non-existing breakpoints for files with same name Patch from Elena
2008-03-26Use verb in preference nameJohn Cortell1-1/+1
2008-02-15Fix manifest warningsAnton Leherbauer2-2/+3
2008-01-28Set project compliance to 1.5John Cortell1-0/+12
2008-01-15Patch by Alena Laskavaia for 186172: NullPointerException in debugger consoleAnton Leherbauer2-21/+42
2007-12-12211923. Make the memory space support in gdb/mi optional, via a global pref.John Cortell2-3/+11
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-6/+6
2007-07-25Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been ↵Mikhail Khodjaiants1-7/+1
loaded. Replaced by a constant string for the plugin id.
2007-06-14Fix up copyrights.Doug Schaefer2-1/+11
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-05-18Patch for bug 187118 by Jason Montojo - Missing options on Connection tab in ↵Vivian Kong1-1/+2
Linux
2007-05-18Patch for bug 187321 by Jason Montojo - Button truncation on Add Directory ↵Vivian Kong1-2/+2
Dialog
2007-05-17Patch for bug 187128 by Jason Montojo - Type option does not resize ↵Vivian Kong1-2/+2
correctly in Connection tab
2007-05-16fix for bug 187322 - error message for valid value range can be confusingVivian Kong1-2/+3
2007-04-30Fix compile error due to 1.6 compatability.Doug Schaefer1-2/+2
2007-04-30Bug 179755 - Introduced mechanism to allow debuggers to specify a regex ↵Doug Schaefer3-4/+72
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-10Fixed bug 181829. Debugger was not enforcing extension point schema. Also ↵John Cortell1-6/+3
renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points.
2007-01-22[merge from 3_1]David Inglis1-1/+9
fixed case where apply button would not get enabled bug#171239
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-13/+13
2006-09-20Added line deleted in patch for 148415. This let's you create launch ↵Ken Ryall1-0/+1
configuration again.
2006-09-15fix for 148415 by Corey AshfordChris Recoskie1-4/+55
2006-09-11Bug 156114: GDB options layout problem.Mikhail Khodjaiants2-0/+13
Applied patch from Vladimir Prus (vladimir@codesourcery.com).
2006-09-01bug #154854 - Guard against NPE when cancelling save dialog. Regrouping icons.Norbert Plött2-4/+7
2006-08-31Contribution from bug #154854 - GDB console - verbose console mode and save ↵Norbert Plött11-2/+323
console content buttons
2006-08-04Fix to be more tolerant of changes in the debugger ids that can resultThomas Fletcher1-3/+12
from shared launch configurations. PR 144758
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer16-16/+16
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer26-28/+28
2006-06-14update copyrightsChris Recoskie5-8/+8
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-04-16Bug 113107: Make trace logs more readily available.Mikhail Khodjaiants3-1/+35
2006-04-13Bug 113107: Make trace logs more readily available. Implementation of the ↵Mikhail Khodjaiants6-1/+83
"Verbose Mode" action.
2006-04-11Bug 119740: allow to specify only a subset of shared objects that we want ↵Mikhail Khodjaiants2-0/+7
symbols to be loaded for. Sort the shared library list.
2006-04-11Bug 119740: allow to specify only a subset of shared objects that we want ↵Mikhail Khodjaiants2-4/+11
symbols to be loaded for. Use set instead of list when collecting the shared library names: different libraries can have same soname.
2006-04-11Bug 119740: allow to specify only a subset of shared objects that we want ↵Mikhail Khodjaiants2-2/+42
symbols to be loaded for. Use soname instead of shared library name.
2006-04-10Bug 119740: allow to specify only a subset of shared objects that we want ↵Mikhail Khodjaiants8-88/+290
symbols to be loaded for.
2006-03-31Replaced internal org.eclipse.cdt.debug.internal.ui.SWTUtil class.Mikhail Khodjaiants5-5/+111
2006-03-23Added default attribute value for ATTR_DEBUG_NAME.Mikhail Khodjaiants1-3/+3
2006-03-01Select the first available command factory when a new launch configuration ↵Mikhail Khodjaiants2-22/+26
is created.
2006-02-08Bug 114793: Add an extension point to contribute command factories. ↵Mikhail Khodjaiants2-1/+6
GDBServerDebuggerPage should extend StandardGDBDebuggerPage.
2006-02-06Bug 114793: Add an extension point to contribute command factories.Mikhail Khodjaiants1-1/+1
2006-02-06Bug 114793: Add an extension point to contribute command factories.Mikhail Khodjaiants4-1/+426
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. ↵Mikhail Khodjaiants2-2/+7
All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage".
2006-01-31Replaced "debugger page" by "debuggerPage".Mikhail Khodjaiants1-4/+4
2006-01-18Fixed build for jar'd pluginsDavid Inglis2-3/+2
cleaned up .project files
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer1-1/+1
2005-12-28Cleanup.Mikhail Khodjaiants2-1/+5
2005-12-27Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.Mikhail Khodjaiants2-1/+5
2005-12-20Bug 120390: Avoiding .gdbinitMikhail Khodjaiants2-3/+7
2005-12-02Got rid of the static project references in our .project files. PDE takes ↵Doug Schaefer1-5/+0
care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress.
2005-11-15Made all of the plugins OSGi components.Doug Schaefer3-26/+29

Back to the top