Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2002-08-26put the fireEvents() methods here.Alain Magloire1-2/+19
2002-08-26Copyrigth.Alain Magloire1-1/+6
2002-08-26Remove unecessary comments.Alain Magloire1-3/+0
2002-08-26Typo.Alain Magloire1-1/+1
2002-08-26bug fixes.Alain Magloire3-1/+3
2002-08-26Rename MIExitEvent to MIGDBExitEvent add MIThreadExit also.Alain Magloire13-9/+114
2002-08-26Copyright.Alain Magloire1-0/+1
2002-08-26Was creating unecessary objects.Alain Magloire1-39/+65
2002-08-26CopyrightAlain Magloire3-5/+16
2002-08-26Set the current thread and stack and do not throw unecessary exception.Alain Magloire1-6/+25
2002-08-26Added QNX copyrightAlain Magloire2-0/+10
2002-08-26Process Suspended Event.Alain Magloire1-25/+73
2002-08-26Handle destroyed Variables.Alain Magloire1-0/+30
2002-08-26Always set ourselves as the default thread before any operation.Alain Magloire1-4/+28
2002-08-26Added UpdateState() to reset things when suspended.Alain Magloire1-113/+176
2002-08-26Implement ChangeEvent for Variable also.Alain Magloire1-6/+17
2002-08-26Implement setCondition.Alain Magloire2-0/+34
2002-08-26Added Copyright.Alain Magloire15-0/+71
2002-08-26When gdb is kill start a new thread to handle termination.Alain Magloire1-17/+18
2002-08-26Changing does not mean reseting the value.Alain Magloire1-1/+1
2002-08-23Added restart and breakpoint actions.Mikhail Khodjaiants12-2/+1003
2002-08-22Variables rendering fixes.Mikhail Khodjaiants7-30/+192
2002-08-21Added breakpoint classes.Mikhail Khodjaiants10-3/+625
2002-08-21We can not use the event thread ot fire the ExitAlain Magloire2-4/+6
2002-08-21quick fix for a race condition.Mikhail Khodjaiants1-2/+2
2002-08-21return was at the wrong place.Mikhail Khodjaiants1-1/+1
2002-08-21Fire and Exit event.Alain Magloire1-0/+3
2002-08-21Fire event only when gdb was kill.Alain Magloire1-3/+5
2002-08-21was throwing a wrong illegalException.Alain Magloire1-1/+2
2002-08-21Only call session terminate() on IOException.Alain Magloire1-1/+1
2002-08-21Do not try to get the exit value if the session is terminated.Alain Magloire1-9/+11
2002-08-21readLine() does not throw exception at the end of the stream.Alain Magloire1-6/+7
2002-08-21check for null.Alain Magloire1-5/+7
2002-08-21fire the Inferiorexit event outside of the try blockAlain Magloire1-1/+3
2002-08-21remove useless comment.Alain Magloire1-6/+0
2002-08-21remove useless commented code.Alain Magloire1-19/+0
2002-08-21Variable manager in terms of MI Var Object.Alain Magloire9-198/+85
2002-08-21Guard against null.Alain Magloire1-1/+3
2002-08-21comment out main the breakpoint.Alain Magloire1-1/+1
2002-08-21fixed build propertiesDavid Inglis6-0/+110
2002-08-21fixed process label when runDavid Inglis1-2/+2
2002-08-20More implementation.Mikhail Khodjaiants2-92/+63
2002-08-20Implement stepOver.Alain Magloire2-1/+25
2002-08-20Disallow sending command while the target is running.Alain Magloire1-2/+12
2002-08-20bug fix CONTINUE was the same as NEXT.Alain Magloire1-1/+1
2002-08-20Provide an adapter between CDI running types and MI.Alain Magloire1-1/+33
2002-08-20Added the 'stepReturn' method.Mikhail Khodjaiants2-0/+16
2002-08-20Added new type to ICDIResumedEvent.Mikhail Khodjaiants1-5/+6
2002-08-20remove debug prints.Alain Magloire1-1/+0
2002-08-20debug comment out.Alain Magloire1-2/+2

Back to the top