Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-25Bug 109733: Request to make certain methods as public (null check for setProm...Mikhail Khodjaiants2-3/+10
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-05-17Bug 69522. Changes to accommodate Apple's gdb: Added gdb/mi command factory f...Ken Ryall11-19/+183
2006-05-11Fixing up copyright notices. Bug 130320.Doug Schaefer3-9/+9
2006-04-21Don't create pty when using gdbserver.Mikhail Khodjaiants3-1/+17
2006-04-21Close the pty if the session creation failed.Mikhail Khodjaiants2-11/+41
2006-04-18Duplicate message key.Mikhail Khodjaiants3-2/+7
2006-04-17Breakpoint can be temporary and hardware at the same time.Mikhail Khodjaiants2-2/+10
2006-04-16Bug 113107: Make trace logs more readily available.Mikhail Khodjaiants3-1/+29
2006-04-13Bug 113107: Make trace logs more readily available. Core support for the "Ver...Mikhail Khodjaiants6-8/+86
2006-04-12Write log messages to the system out instead of err.Mikhail Khodjaiants2-3/+7
2006-04-12Bug 136206: Suppress Resumed events when processing solib events.Mikhail Khodjaiants5-2/+32
2006-04-12Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants8-10/+30
2006-04-11Warning cleanup.Mikhail Khodjaiants1-1/+1
2006-04-10Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants5-11/+100
2006-04-10"set solib-search-path" and "show solib-search-path" are not supported on Win...Mikhail Khodjaiants2-0/+66
2006-04-03Bug 134617: The "stop on shared library event" option doesn't work.Mikhail Khodjaiants2-0/+5
2006-03-31Corrected position of the "try-catch-finally" clause in createSession.Mikhail Khodjaiants2-27/+32
2006-03-31Throw OperationCanceledException instead of IOException when getGDBprocess is...Mikhail Khodjaiants2-2/+6
2006-03-27Cleaned up the "Session" class constructors.Mikhail Khodjaiants2-7/+12
2006-03-27Added the "getSessionConfiguration" method to allow clients to provide their ...Mikhail Khodjaiants2-1/+16
2006-03-23Pass ILaunch instead of ILaunchConfiguration.Mikhail Khodjaiants5-17/+35
2006-03-23Added default attribute value for ATTR_DEBUG_NAME.Mikhail Khodjaiants2-3/+10
2006-03-21Missing error message.Mikhail Khodjaiants2-0/+5

Back to the top