Zubin Mithra 64aa1b1e2d Decode paths associated with file descriptors returned by syscalls
* defs.h (RVAL_FD): New macro.
(RVAL_MASK, RVAL_STR, RVAL_NONE): Update.
* desc.c (sys_dup, sys_delete_module): New functions.
(do_dup2, decode_open, sys_creat): Change return value to RVAL_FD.
* linux/dummy.h (sys_delete_module, sys_dup): Remove.
* linux/syscall.h (sys_delete_module, sys_dup): New prototypes.
* syscall.c (trace_syscall_exiting): Handle RVAL_FD.

Signed-off-by: Zubin Mithra <zubin.mithra@gmail.com>
2014-06-04 16:28:04 +00:00
..
2014-02-05 15:43:04 +00:00
2013-06-03 16:24:53 +00:00
2013-06-03 16:24:53 +00:00
2012-02-25 15:41:21 +00:00
2014-02-05 14:25:20 +00:00
2013-02-14 13:39:53 +01:00
2014-02-04 00:03:08 +00:00
2014-02-05 14:51:19 +00:00
2001-08-03 21:51:48 +00:00
2013-05-02 22:50:55 +00:00