Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2002-08-15new debugger configuartion page extension David Inglis10-9/+61
2002-08-15new debugger extension formatDavid Inglis1-2/+2
2002-08-15implemented better debug configuration handlingDavid Inglis6-112/+103
2002-08-15Redo the event dispatch now a permanent thread is use toAlain Magloire21-183/+312
2002-08-15Remove isStepping() for now.Alain Magloire2-16/+0
2002-08-15Typo fixes from Tom Tromey.Alain Magloire1-3/+3
2002-08-14More implementation.Mikhail Khodjaiants1-2/+2
2002-08-14Check for funtion.Alain Magloire1-10/+12
2002-08-14SuspendedEvent always return a thread as the sourceAlain Magloire1-22/+20
2002-08-14Correct expression for the '-break-insert' command.Mikhail Khodjaiants1-2/+4
2002-08-14More implementation.Mikhail Khodjaiants1-8/+21
2002-08-14More Events are pass to the CDI layer.Alain Magloire23-214/+379
2002-08-14Removing of ICDISteppingEventAlain Magloire9-66/+53
2002-08-13More implementation.Mikhail Khodjaiants1-52/+73
2002-08-13Correct identifier for CDTDebugModelPresentationMikhail Khodjaiants1-1/+1
2002-08-13Compare source target with cdi target.Mikhail Khodjaiants1-1/+1
2002-08-13Debug output.Alain Magloire3-3/+19
2002-08-13Changed the creation of debug target.Mikhail Khodjaiants2-9/+14
2002-08-13Check for terminate first when destroy()Alain Magloire1-9/+11
2002-08-13added debugLogDavid Inglis1-0/+7
2002-08-13added throw of CoreExecptionDavid Inglis2-8/+5
2002-08-13working on the implementation.Alain Magloire40-375/+581
2002-08-13added new gdb Debugger extensionDavid Inglis5-4/+71
2002-08-13added new Debugger extensionDavid Inglis7-21/+159
2002-08-13Trigger happy refactoring, using the prefix ICDI i.e.Alain Magloire82-736/+736
2002-08-12More implementation.Mikhail Khodjaiants1-1/+81
2002-08-12more work to get CDI up.Alain Magloire37-178/+1385
2002-08-09More implementation.Mikhail Khodjaiants6-58/+572
2002-08-09Added interfaces for different types of variable's values.Mikhail Khodjaiants4-0/+66
2002-08-09Changed the expression evaluation methods.Mikhail Khodjaiants1-5/+8
2002-08-09rename Session CSession to not confuse with theAlain Magloire12-68/+169
2002-08-09remove the set*() methods not needed.Alain Magloire1-13/+0
2002-08-09Changes in the breakpoint settings.Mikhail Khodjaiants3-18/+11
2002-08-09implementing CDI.Alain Magloire14-115/+385
2002-08-09Added ICRuntimeConfiguration.Alain Magloire2-0/+45
2002-08-08More implementation.Mikhail Khodjaiants5-185/+225
2002-08-08starting the CDI implementation.Alain Magloire3-5/+16
2002-08-08Added the 'CDebugConfiguration' interface.Mikhail Khodjaiants2-0/+106
2002-08-08Removed the 'getBreakpoint' method.Mikhail Khodjaiants1-10/+0
2002-08-08first framework to implement cdi.Alain Magloire80-146/+1790
2002-08-07More implementation.Mikhail Khodjaiants6-59/+1479
2002-08-07The getArguments method should return an array of ICArgument type.Mikhail Khodjaiants1-1/+1
2002-08-07more work on the parser.Alain Magloire22-77/+327
2002-08-06Removed the IDebugConfiguration interface.Mikhail Khodjaiants3-99/+0
2002-08-06Added a method to create debug targets.Mikhail Khodjaiants2-1/+73
2002-08-06This interface provides access to debug session parameters.Mikhail Khodjaiants1-0/+93
2002-08-06ignore binAlain Magloire1-0/+1
2002-08-06Added the Registers and Memory views.Mikhail Khodjaiants33-0/+2816
2002-08-06Added the implementation of the UI adapters.Mikhail Khodjaiants15-32/+1952
2002-08-06Added Event dispatching for the MI parser.Alain Magloire27-95/+820

Back to the top