Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-20Buf fix in MIInferior.Alain Magloire6-180/+240
2002-08-20Parsing of Variable Objects.Alain Magloire7-25/+35
2002-08-20Commands were missing return value.Alain Magloire8-10/+86
2002-08-20The use of MI Variable Objects for the CDI bridge implementation.Alain Magloire16-261/+650
2002-08-20More implementation.Alain Magloire1-33/+84
2002-08-20Implement wiht Variable Object.Alain Magloire1-57/+4
2002-08-20Check for null.Alain Magloire1-0/+3
2002-08-20Revert to ICDIExpressionManager instead of ICDIVariableManager.Alain Magloire1-9/+8
2002-08-20Help method getCurrentTarget()Alain Magloire1-5/+12
2002-08-20equals() method addAlain Magloire1-0/+6
2002-08-20Formating and isEditable()Alain Magloire1-8/+13
2002-08-20Formating and equals()Alain Magloire1-9/+13
2002-08-20Formating?Alain Magloire1-31/+24
2002-08-20add equality for stackframe(not sure about this)Alain Magloire1-0/+5
2002-08-20remove registerGroup.Alain Magloire1-9/+1
2002-08-20reformat.Alain Magloire1-2/+1
2002-08-19Implementation of the source location.Mikhail Khodjaiants1-1/+1
2002-08-19Implementation of the source location.Mikhail Khodjaiants1-2/+2
2002-08-19Implementation of the source location.Mikhail Khodjaiants6-24/+349
2002-08-18Changed the termination procedure.Mikhail Khodjaiants2-14/+15
2002-08-18Changed the processing of the termination event.Mikhail Khodjaiants1-0/+2
2002-08-18Check if the list of variables doesn't exist.Mikhail Khodjaiants1-0/+2
2002-08-16Changed the termination procedure.Mikhail Khodjaiants2-6/+46
2002-08-16More implementation.Mikhail Khodjaiants1-2/+22
2002-08-16The presentation of the stack frame in the Debug view.Mikhail Khodjaiants3-6/+102
2002-08-16rename of CDIExpressionManager to VariableManagerAlain Magloire1-0/+2
2002-08-16rename of CDIExpressionManager to VariableManagerAlain Magloire4-18/+18
2002-08-16rename of CDIExpressionManager to VariableManagerAlain Magloire2-2/+2
2002-08-16Added getLeve() method.Alain Magloire1-0/+5
2002-08-16First to implement the ExpressionManager.Alain Magloire14-100/+279
2002-08-15Added the implementation of the 'terminate' method.Mikhail Khodjaiants1-1/+1
2002-08-15Return correct support flags.Mikhail Khodjaiants1-12/+11
2002-08-15Added the implementation of the 'terminate' method.Mikhail Khodjaiants1-0/+9
2002-08-15More implementation.Mikhail Khodjaiants5-13/+120
2002-08-15Old gdb mi uses a List instead of Tuple try to cope.Alain Magloire1-0/+16
2002-08-15throw exception if no debugger availbleDavid Inglis1-2/+8
2002-08-15race condition first move the command in the rxQueue.Alain Magloire1-5/+5
2002-08-15gdb could send a OOB (*stopped) without any reasons.Alain Magloire5-48/+47
2002-08-15returns "" if no name specifed in ext-pointDavid Inglis1-1/+2

Back to the top