aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2014-01-07 11:57:36 +0100
committerPetr Machata <pmachata@redhat.com>2014-01-07 11:57:36 +0100
commit0f6f30c4d0fbedda3aa4bc707a75085bcc2c8f7f (patch)
tree3dde6e36cf6a43ff722b66063a7fa78bd18e572a /TODO
parent5d3be3319b6997961283e5da61318bf46ac650a3 (diff)
downloadltrace-0f6f30c4d0fbedda3aa4bc707a75085bcc2c8f7f.tar.gz
Nits
- Fix some coding style issues in output.c - Add a couple items to TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4e18e88..3ab6703 100644
--- a/TODO
+++ b/TODO
@@ -186,5 +186,10 @@
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())