aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-11-02 02:56:58 +0100
committerPetr Machata <pmachata@redhat.com>2012-11-02 02:56:58 +0100
commit3eb3228e78e51b6a478cce21563066a5ebd71afe (patch)
treec91ea43336f790eeea7310aa1519bd7fb13c0052 /TODO
parent854696cc0e042e88d41fc3bb062de0fb91a0a9c6 (diff)
downloadltrace-3eb3228e78e51b6a478cce21563066a5ebd71afe.tar.gz
Add two TODO items
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index a06c5f1..e82d88a 100644
--- a/TODO
+++ b/TODO
@@ -54,5 +54,12 @@
| void func(X=void*, long*, out string(X)); |
+** Support for functions that never return
+ This would be useful for __cxa_throw, presumably also for longjmp
+ (do we handle that at all?) and perhaps a handful of others.
+
+** Support flag fields
+ enum-like syntax, except disjunction of several values is assumed.
+
* BUGS
** After a clone(), syscalls may be seen as sysrets in s390 (see trace.c:syscall_p())