Martin adds condition,ignore cmds
[fw/sdcc] / debugger / README
index c86d642b4e27263a0d9983e903daa625b329f00d..00a6b64aff3b090aeb2058405e6df83f55f7069d 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
 ========================