Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-21Missing exports for o.e.cdt.debug.mi.uiMarc Khouzam4-2/+4
2012-07-09Bug 383988mhussein3-4/+25
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam29-1/+208
2011-11-02Bug 362274: Use "Step" reason after 'step return' operationVladimir Prus1-1/+1
2011-02-14Fix deprecation warningsAnton Leherbauer1-6/+16
2010-07-15bug 319748: Missing/unnecessary $NON-NLS$ tagsAndrew Gvozdev3-5/+5
2010-07-14bug 319814: The type Assert is deprecatedAndrew Gvozdev4-4/+4
2010-07-14bug 319769: Unnecessary type castsAndrew Gvozdev1-1/+1
2010-06-03Bug 315439 Fix up copyrightVivian Kong13-13/+13
2010-05-20Bug 313806: Export all debug packagesJohn Cortell2-2/+5
2010-05-13Bug 312848: Remove CDI-GDB pref to enable distinct code and data spacesJohn Cortell2-8/+1
2010-04-27Bug 310672 Remove clones of PixelConverter and replaced with usage of org.ec...Alena Laskavaia7-59/+11
2010-03-11[304380] Line breakpoints are set with a simple file namein Cygwin session; f...John Cortell1-0/+31
2010-02-11Bug 295808, fix NPE.Ken Ryall1-9/+12
2009-03-13bug 254200 - use ICU4JVivian Kong1-1/+1
2008-11-24- make contains protectedAlena Laskavaia1-1/+1
2008-11-24- make addDirectory protected so somebody can override it if needed, added ge...Alena Laskavaia1-1/+4
2008-04-25- removed unused importsAlena Laskavaia1-1/+0
2008-03-28*org.eclipse.cdt.debug.mi.core/{AbstractGDBCDIDebugger,IMILaunchConfiguration...Alain Magloire2-2/+38
2008-03-26Use verb in preference nameJohn Cortell1-1/+1
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-07-25Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been load...Mikhail Khodjaiants1-7/+1
2007-06-14Fix up copyrights.Doug Schaefer2-1/+11
2007-05-18Patch for bug 187118 by Jason Montojo - Missing options on Connection tab in ...Vivian Kong1-1/+2
2007-05-18Patch for bug 187321 by Jason Montojo - Button truncation on Add Directory Di...Vivian Kong1-2/+2
2007-05-17Patch for bug 187128 by Jason Montojo - Type option does not resize correctly...Vivian Kong1-2/+2
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 patte...Doug Schaefer2-4/+67
2007-01-22[merge from 3_1]David Inglis1-1/+9
2006-09-20Added line deleted in patch for 148415. This let's you create launch configur...Ken Ryall1-0/+1
2006-09-15fix for 148415 by Corey AshfordChris Recoskie1-4/+55
2006-09-11Bug 156114: GDB options layout problem.Mikhail Khodjaiants1-0/+8
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 c...Norbert Plött8-1/+311
2006-08-04Fix to be more tolerant of changes in the debugger ids that can resultThomas Fletcher1-3/+12
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 Schaefer24-24/+24
2006-06-14update copyrightsChris Recoskie5-8/+8
2006-04-16Bug 113107: Make trace logs more readily available.Mikhail Khodjaiants2-1/+30
2006-04-13Bug 113107: Make trace logs more readily available. Implementation of the "Ve...Mikhail Khodjaiants1-0/+50
2006-04-11Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants1-0/+2
2006-04-11Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants1-4/+6
2006-04-11Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants1-2/+37
2006-04-10Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants6-88/+279
2006-03-31Replaced internal org.eclipse.cdt.debug.internal.ui.SWTUtil class.Mikhail Khodjaiants4-5/+104
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 is...Mikhail Khodjaiants1-22/+22
2006-02-08Bug 114793: Add an extension point to contribute command factories. GDBServer...Mikhail Khodjaiants1-1/+1

Back to the top