Home
last modified time | relevance | path

Searched refs:test_ptrace_setoptions (Results 1 – 2 of 2) sorted by relevance

/external/strace/
DChangeLog304 Fix PTRACE_GETEVENTMSG usage and enhance test_ptrace_setoptions()
306 (test_ptrace_setoptions): Test that PTRACE_GETEVENTMSG works properly.
451 * strace.c (test_ptrace_setoptions): Add PTRACE_O_TRACECLONE and
493 * strace.c (main): Call test_ptrace_setoptions() before parsing
495 test_ptrace_setoptions().
524 Cleanup test_ptrace_setoptions()
525 * strace.c (test_ptrace_setoptions): Cleanup.
526 (main): Fix test_ptrace_setoptions() error diagnostics message.
556 * strace.c [LINUX] (test_ptrace_setoptions): New function, tests
559 (main): Call test_ptrace_setoptions() if followfork option is set.
Dstrace.c697 test_ptrace_setoptions(void) in test_ptrace_setoptions() function
962 if (test_ptrace_setoptions() < 0) { in main()