rename __ec_node
[protos/libecoli.git] / lib / todo.txt
index f407f27..4e5d94f 100644 (file)
@@ -43,6 +43,7 @@ X use vec for strvec
 - ELOOP in case of loop
 - remove weakref?
 - sh_lex to provide offsets in attributes
+- accessors for all structs
 
 dependencies
 ============
@@ -404,7 +405,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
+
+
+---------------
+
+