Manpage and --help clarifications
[platform/upstream/ltrace.git] / TODO
diff --git a/TODO b/TODO
index 89f2f9e..3ab6703 100644 (file)
--- a/TODO
+++ b/TODO
 
     This is useful in particular for:
 
-    | ulong mbsrtowcs(+string(array(uint, zero(arg3))), string*, ulong, addr); |
+    | ulong mbsrtowcs(+wstring3_t, string*, ulong, addr); |
+    | ulong wcsrtombs(+string3, wstring_t*, ulong, addr); |
 
     Where we would like to render arg2 on the way in, and arg1 on the
     way out.
    GDB supports python pretty printers.  We migh want to hook this in
    and use it to format certain types.
 
+** support new Linux kernel features
+   - PTRACE_SIEZE
+   - /proc/PID/map_files/* (but only root seems to be able to read
+     this as of now)
+
 * BUGS
 ** After a clone(), syscalls may be seen as sysrets in s390 (see trace.c:syscall_p())