replace generic child table by a node ops
[protos/libecoli.git] / lib / todo.txt
index ccc5824..be4ae3b 100644 (file)
@@ -40,6 +40,9 @@ X save node path in completion to fix help string
 - anything better than weakref?
 - add ec_node_defaults.[ch] providing usual implementations of node methods
 X use vec for strvec
+- ELOOP in case of loop
+- remove weakref?
+- sh_lex to provide offsets in attributes
 
 dependencies
 ============
@@ -401,7 +404,17 @@ 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
+
+
+---------------
+
+