Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-13Bug 415006 - Incorrect handling of empty string as program argument inMikhail Khodjaiants1-1/+14
2013-04-03Update to version of o.e.cdt.debug.mi.core and added missing @since tag.Marc Khouzam1-0/+1
2013-04-02PR 41476 Support for variable in shared libs paths for debuggerelaskavaia1-4/+16
2012-10-03Bug 363688 - CDT issues "auto-solib-add on" command to gdb with invalidMikhail Khodjaiants2-18/+28
2012-02-07Bug 369594: GDB 7.4 now reports solib events in MI, but no longer in CLIMarc Khouzam1-6/+10
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam100-0/+165
2011-09-12Bug 357073: MIDataDisassemble should support modes 2 and 3 added in GDB 7.3Daniel Thomas2-16/+47
2011-02-15Bug 335648: Differentiate between hw breakpoint and watchpointMarc Khouzam1-1/+0
2011-02-02Bug 335648: Differentiate between hw breakpoint and watchpointMarc Khouzam1-3/+6
2010-07-23Bug 80700: modern gdb does need argument be quoted for environment-cd, let ...Alena Laskavaia1-14/+0
2010-07-23Bug 320629 - MI command -gdb-set does not properly escape argumentAlena Laskavaia1-0/+10
2010-07-15bug 319748: Missing/unnecessary $NON-NLS$ tagsAndrew Gvozdev5-7/+7
2010-06-03Bug 315439 Fix up copyrightVivian Kong17-16/+26
2010-04-28Adjustment to last commit. No need to make isAttached and isRemote mutually e...John Cortell1-10/+7
2010-04-28Bug 304096: Interrupting a Windows target does not always work, revisited. CD...John Cortell2-4/+27
2010-04-26Bug 304096: restore interrupt behavior for remote debugging case.John Cortell1-0/+23
2010-04-26Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a ...John Cortell2-23/+3
2010-04-08- added since tagAlena Laskavaia1-0/+3
2010-04-08[221844] - support cases with multiple breakpoints (gdb does not return break...Alena Laskavaia1-0/+4
2010-03-18[303569] Realized there's no need for a catchpoint-hit object in order to sup...John Cortell3-53/+27
2010-03-16Cleanup and optimization of logic that records the console, target and log st...John Cortell1-27/+22
2010-03-13[303569] Additional fix for gdb >= 7.0John Cortell1-0/+11
2010-03-13Corrected commentJohn Cortell1-7/+6
2010-03-12[305752] Constants for standard event breakpoint types should be outside the ...John Cortell2-2/+2
2010-02-23fixed warningJohn Cortell1-2/+2
2010-02-23[303569] Debug view does not reveal reason when thread is stopped by event br...John Cortell2-6/+51
2010-02-22Bug 302927 (again) ensure the oobList doesn't get too large, but keep it non-...James Blackburn1-6/+7
2010-02-18[302927] Reverting fix because it broke shared library event handlingMarc Khouzam1-2/+3
2010-02-17Bug 302927 - Don't cache strings in oobList if we're not expecting an out of ...James Blackburn1-11/+14
2010-02-04 Bug 301706: Mac OS: Debugger can not handle file paths with spaces.Mikhail Khodjaiants1-3/+6
2010-02-03 Bug 265483 - GDB can't halt debugging processKen Ryall1-0/+5
2010-02-03 Bug 294537 - Registers view very slow to open the first timeKen Ryall2-1/+26
2010-02-03 Bug 294538 - Debug launch takes 20 extra sec (CLI problem)Ken Ryall4-1/+220
2010-02-03Bug 270369 Display stderr from the debugger in the console logJames Blackburn2-1/+82
2010-01-07 Bug 250037 - Debug value view fails to update 'Value' column. Patch for CDI.Mikhail Khodjaiants3-0/+189
2009-09-30[290896] Trace checks should be lightweightJohn Cortell2-2/+2
2009-09-03[286785] - undoing early escaping in RxThread and adding to MIParserAlena Laskavaia2-2/+6
2009-05-26update copyrightsVivian Kong1-8/+8
2009-05-19[255946] - fixing escaping for MI output, patch applied kind ofAlena Laskavaia1-9/+18
2009-04-22RESOLVED - bug 272986: changes to ICommandLauncherChris Recoskie2-8/+21
2009-03-16RESOLVED - bug 268615: add a way to specify a command launcher for the manage...Chris Recoskie2-4/+6
2009-02-23[265866] - fixed parsing gdb reply from line infoAlena Laskavaia1-4/+4
2009-02-05- fixed minor issue with src_asm if request is emptyAlena Laskavaia1-2/+5
2008-11-21PR: 255946 -Console output incorrect. Escape charecters should not interpret.Alena Laskavaia1-1/+1
2008-06-11copyrightsChris Recoskie1-0/+10
2008-05-20bug 233058 - support for remote process exit code in debug sessionAlena Laskavaia1-2/+2
2008-04-25Refactoring to use "BreakpointEvent" instead of "Catchpoint" to be consistent...John Cortell2-2/+2
2008-04-25bug 226689 - catchpoint supportAlena Laskavaia5-2/+130
2008-03-28*org.eclipse.cdt.debug.mi.core/{AbstractGDBCDIDebugger,IMILaunchConfiguration...Alain Magloire1-0/+18
2008-01-28Bug 215416 - Patch for Alena - remove the hardcoding of some of the MI timeouts.Doug Schaefer1-2/+3

Back to the top