doc
[protos/libecoli.git] / lib / todo.txt
index 4517a79..b8c692b 100644 (file)
@@ -42,6 +42,7 @@ X save node path in completion to fix help string
 X use vec for strvec
 - ELOOP in case of loop
 - remove weakref?
+- sh_lex to provide offsets in attributes
 
 dependencies
 ============
@@ -403,7 +404,12 @@ expr = sum
 break on malloc:
 
 b debug_malloc
+# or: b debug_realloc
+condition <breakoint num> malloc_seq >= <value>
+
+alternative
+
+watch malloc_seq
+condition <watchpoint num> malloc_seq == <value + 1>
 run <args...>
-watch seq
-condition <breakpoint num> seq == <value>
 c