]> granicus.if.org Git - strace/commit
Implement name_to_handle_at and open_by_handle_at syscalls decoding
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 22 Nov 2015 21:29:32 +0000 (21:29 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 22 Nov 2015 23:21:35 +0000 (23:21 +0000)
commit4b3a1703bde75259457a9c4f0e888439ca849ab9
tree614469a662123c38b092fd59a06f50c3bae21258
parent60d752409019d5e2db990757d036244850196219
Implement name_to_handle_at and open_by_handle_at syscalls decoding

* file_handle.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* linux/dummy.h (sys_name_to_handle_at, sys_open_by_handle_at):
Remove stub aliases.
* pathtrace.c (pathtrace_match): Add SEN_name_to_handle_at.
* tests/file_handle.c: New file.
* tests/file_handle.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add file_handle.
(TESTS): Add file_handle.test.
* tests/.gitignore: Add file_handle.
Makefile.am
file_handle.c [new file with mode: 0644]
linux/dummy.h
pathtrace.c
tests/.gitignore
tests/Makefile.am
tests/file_handle.c [new file with mode: 0644]
tests/file_handle.test [new file with mode: 0755]