X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debugger%2FREADME;h=ccf3e761dd710abe47290854f322c9bf79cfa55f;hb=d08e6df2202ed3f19b681221b502dedb3c6c8a28;hp=c86d642b4e27263a0d9983e903daa625b329f00d;hpb=288b9ad179d5164fa969df89ce7bfcc9946cb17c;p=fw%2Fsdcc diff --git a/debugger/README b/debugger/README index c86d642b..ccf3e761 100644 --- a/debugger/README +++ b/debugger/README @@ -4,6 +4,15 @@ SDCDB debugger - Development notes. ====================== +ddd - Notes from Martin Helmling, May 23, 2003 +======================== + +Additionally following new commands work: + +ignore - ignore the breakpoint n times +condition <|>|<=|>=|==|!= - break condition +commands - see gdb description - + ddd - Notes from Martin Helmling, April 28, 2003 ======================== @@ -506,3 +515,4 @@ It has some concept of stack use, as in cmd.c:printSymValue(), where it can print variables relative to the stack pointer. +