Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2002-09-05Implementation of watchpoints.Mikhail Khodjaiants2-3/+37
2002-09-05Implementation of 'add watchpoint' action and watchpoint's properties.Mikhail Khodjaiants15-136/+494
2002-09-05The reason of the 'suspended' event has been changed from ICDIBreakpoint to I...Mikhail Khodjaiants2-3/+11
2002-09-05Changed the name of the C/C++ debug action set.Mikhail Khodjaiants1-1/+2
2002-09-05add "-nw" no window options for gdb.Alain Magloire1-3/+3
2002-09-04Go around a bug in GDB/MI the doc says that any parametersAlain Magloire2-2/+4
2002-09-04Implementation of watchpoints.Mikhail Khodjaiants4-1/+186
2002-09-04Remove bogus import.Alain Magloire1-1/+0
2002-09-04Temporary fix for source search path.Mikhail Khodjaiants1-9/+11
2002-09-04Implementation of watchpoints.Mikhail Khodjaiants11-10/+264
2002-09-04Temporary fix for source search path.Mikhail Khodjaiants1-0/+26
2002-09-04Make sure gdb is destroy();Alain Magloire1-1/+7
2002-09-04Allow to set search source pathsAlain Magloire4-4/+29
2002-09-04Always set the condition and the ignore count, it may beAlain Magloire1-30/+26
2002-09-04More implementation of breakpoints.Mikhail Khodjaiants4-41/+76
2002-09-03More implementation of breakpoints.Mikhail Khodjaiants13-6/+508
2002-09-03Fixed 'Step Into' for stack frame.Mikhail Khodjaiants1-1/+1
2002-09-03changed runtimeoption arguments to String[]David Inglis2-4/+4
2002-09-03More implementation of breakpoints.Mikhail Khodjaiants2-2/+96
2002-09-03return the gdb process.Alain Magloire1-0/+7
2002-09-03Implement interrupt()Alain Magloire1-0/+19
2002-09-03Pass an array of String.Alain Magloire1-1/+1
2002-09-03Allow disabling of events.Alain Magloire1-1/+14
2002-09-03Implement suspend with spawner.Alain Magloire1-5/+10
2002-09-03Implement RuntimeOptions.Alain Magloire2-1/+72
2002-09-03Suspend the target if running when trying to set breakpointsAlain Magloire1-2/+46
2002-09-03Only set the condition right away if it is enabled.Alain Magloire1-1/+3
2002-09-02For now return true for all breakpoints.Mikhail Khodjaiants1-15/+1
2002-09-02Check if expression is empty string.Mikhail Khodjaiants1-1/+1
2002-09-02More implementation of breakpoints.Mikhail Khodjaiants1-6/+121
2002-08-30More implementation of breakpoints.Mikhail Khodjaiants22-37/+1682
2002-08-30changed Runtime.exec to use ProcessFactory in cdt.core changeDavid Inglis9-41/+125
2002-08-30Bug fix for the else branchAlain Magloire1-11/+9
2002-08-30implements gdb "info threads" parsingAlain Magloire1-0/+81
2002-08-30implements gdb "info threads"Alain Magloire1-0/+40
2002-08-30new method MIInfoThreads.Alain Magloire1-0/+4
2002-08-30Implements ExpressionManagerAlain Magloire1-23/+74
2002-08-30remove debug printsAlain Magloire3-12/+12
2002-08-30remove dead code we are now return target as the source.Alain Magloire1-37/+4
2002-08-30remove createLocation()Alain Magloire1-9/+0
2002-08-30remove CreateCondition()Alain Magloire1-8/+0
2002-08-30Comment out debug print.Alain Magloire1-1/+1
2002-08-30Implement getCurrentStackFrame()Alain Magloire1-11/+21
2002-08-30Use MIInfoThreads instead MIThreadListIds.Alain Magloire1-26/+30
2002-08-30Use VariableManager for ExpressionManagerAlain Magloire1-3/+1
2002-08-30Implement createLocation() and createCondition().Alain Magloire1-8/+22
2002-08-30Use the breakpointManager for createLocation()Alain Magloire1-1/+1
2002-08-30createLocation() is in breakpointManager.Alain Magloire1-5/+1
2002-08-30createCondition is in BreakpointManager.Alain Magloire1-4/+0
2002-08-30add createLocation() and createCondition() where they are the most usefull.Alain Magloire1-0/+13

Back to the top