Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-14Fix up copyrights.Doug Schaefer36-38/+68
2007-06-14Bug 192621: Address breakpoint markers are not shown in Disassembly view.Mikhail Khodjaiants1-1/+1
2007-06-12Bug 186929: Run to Line and Resume At Line should be passing absolute path to...Mikhail Khodjaiants1-69/+79
2007-06-06Bug 52100 - Patch for Sergey - Remove the private/public children from the va...Doug Schaefer1-6/+21
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-05-24Fix for 183578: NPE creating an address breakpoint in the Disassembly viewAnton Leherbauer1-2/+5
2007-05-18Bug 187849: MIAsyncRecord.java prints multiple timesMikhail Khodjaiants1-1/+1
2007-05-18Bug 187787 - Fixed restart. The inferior PID wasn't getting reset on a restar...Doug Schaefer2-0/+12
2007-05-17Fix up interrupt signalling for cygwin and mingw gdb. As a side affect, mingw...Doug Schaefer7-91/+100
2007-05-17Handle exception that was being thrown in the finally clause the resulted in ...Doug Schaefer1-0/+5
2007-05-16Applied patch from 116302. Only difference from patch is a comment correction.John Cortell3-7/+84
2007-05-05Disable the console for the MI version just as the CLI version does.Ken Ryall1-0/+2
2007-05-04Better MI support on Mac OS: MI version of shared lib info, also allow Comman...Ken Ryall8-21/+153
2007-04-30Bug 159860, more formatting for bool.Ken Ryall1-1/+16
2007-04-30Bug 179755 - Introduced mechanism to allow debuggers to specify a regex patte...Doug Schaefer3-0/+40
2007-04-27Bug 135250: Patch to fix function breakpoints.Mikhail Khodjaiants4-25/+93
2007-04-18First GDB JTAG session running.Doug Schaefer1-0/+5
2007-04-17175532 Support for address to source API.Ken Ryall5-3/+236
2007-04-10Fixed bug 181829. Debugger was not enforcing extension point schema. Also ren...John Cortell1-6/+3
2007-04-09patch form Elena # 180975Alain Magloire1-66/+67
2007-04-02Fix from Elena for PR #189959Alain Magloire1-7/+24
2007-03-01Bug 174988: thread switch while register view is open: redundant mi commands ...Mikhail Khodjaiants1-3/+49
2007-02-16Support for ICDIBreakpointManagment2, breaks are enabled/disabled when they a...Ken Ryall9-39/+61
2007-02-16More refined way to address bug 102563. Also track which source file an MI b...Ken Ryall3-4/+13
2007-02-06Bug 173036: target-download "file" is not supported.Mikhail Khodjaiants2-7/+15
2007-01-26Bug 160359: Debug session is not to be createdMikhail Khodjaiants1-0/+7
2007-01-25Bug 171644: RxThread crashes on NullPointerException if a unexpected "^runnin...Mikhail Khodjaiants1-1/+1
2007-01-19Fix for PR169548, where the MI variable was not actually created. At the upd...Alain Magloire1-5/+1
2007-01-16Fix for PR169548, where the MI variable was not actually created. At the upd...Alain Magloire2-34/+32
2007-01-10Check for reason "shlib-event".Ken Ryall1-0/+7
2006-12-30fix PR 169223, the parser did not recognize the class std::stringAlain Magloire1-1/+1
2006-12-30Fix bug in parsing reference value PR 169259Alain Magloire1-6/+6
2006-12-29fix PR 169223, the parser did not recognize the class std::stringAlain Magloire1-1/+3
2006-11-29Fix 80092.Ken Ryall1-0/+3
2006-11-08Addition change for 150565.Ken Ryall1-2/+2
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-6/+6
2006-09-25Bug 150565. Expressions cache their variable objects so they don't ask gdb to...Ken Ryall1-2/+17
2006-08-31Bug 155816: NPE thrown by info threads.Mikhail Khodjaiants2-1/+6
2006-08-24Move the workaround for bug 102563 into the mi plug-in so that non-gdb CDI cl...Ken Ryall1-0/+5
2006-08-23Fix #146725 - Erreneous error message during GDB startupNorbert Plött6-8/+61
2006-08-22Bug 145758: Unable to use the default command factories.Mikhail Khodjaiants2-0/+7
2006-08-22Bug 153894: Variable View: Can not format 'short int' to Hex.Mikhail Khodjaiants2-1/+6
2006-08-17Minor additional locking to enhance the safety of the currentThreadIDThomas Fletcher1-1/+5
2006-07-28Adding guards against null message in Exception - bug #151663Norbert Plött1-2/+4
2006-07-21fixed for bug# 151253 -Single steping a mult-thread program to fast results i...David Inglis7-109/+228
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer266-266/+266
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer325-338/+338
2006-06-14update copyrightsChris Recoskie5-5/+5
2006-05-25Bug 137970: No default debugger in C++ managed project.Mikhail Khodjaiants2-0/+11
2006-05-25Bug 109733: Request to make certain methods as public (MISession and MIInferi...Mikhail Khodjaiants3-1/+15

Back to the top