* as/link/lkar.h: sgetl and sputl are independent of endianness
[fw/sdcc] / debugger / README
index c86d642b4e27263a0d9983e903daa625b329f00d..ccf3e761dd710abe47290854f322c9bf79cfa55f 100644 (file)
@@ -4,6 +4,15 @@ SDCDB debugger - Development notes.
 ======================
 
 
+ddd - Notes from Martin Helmling, May   23, 2003
+========================
+
+Additionally following new commands work:
+
+ignore <breakpointnumber> <ignorecount> - ignore the breakpoint n times
+condition <breakpointnumber> <variable> <|>|<=|>=|==|!= <constant> - 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.
 
+