Home
last modified time | relevance | path

Searched refs:do_ptrace (Results 1 – 5 of 5) sorted by relevance

/external/strace/tests-mx32/
Dptrace.c47 do_ptrace(unsigned long request, unsigned long pid, in do_ptrace() function
58 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
71 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
94 if (do_ptrace(PTRACE_TRACEME, 0, 0, 0)) in test_peeksiginfo()
137 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo()
194 do_ptrace(bad_request, pid, 0, 0); in main()
198 do_ptrace(PTRACE_PEEKDATA, pid, bad_request, bad_data); in main()
207 do_ptrace(PTRACE_PEEKTEXT, pid, bad_request, bad_data); in main()
216 do_ptrace(PTRACE_PEEKUSER, pid, bad_request, bad_data); in main()
[all …]
/external/strace/tests/
Dptrace.c47 do_ptrace(unsigned long request, unsigned long pid, in do_ptrace() function
58 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
71 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
94 if (do_ptrace(PTRACE_TRACEME, 0, 0, 0)) in test_peeksiginfo()
137 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo()
194 do_ptrace(bad_request, pid, 0, 0); in main()
198 do_ptrace(PTRACE_PEEKDATA, pid, bad_request, bad_data); in main()
207 do_ptrace(PTRACE_PEEKTEXT, pid, bad_request, bad_data); in main()
216 do_ptrace(PTRACE_PEEKUSER, pid, bad_request, bad_data); in main()
[all …]
/external/strace/tests-m32/
Dptrace.c47 do_ptrace(unsigned long request, unsigned long pid, in do_ptrace() function
58 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
71 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
94 if (do_ptrace(PTRACE_TRACEME, 0, 0, 0)) in test_peeksiginfo()
137 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo()
194 do_ptrace(bad_request, pid, 0, 0); in main()
198 do_ptrace(PTRACE_PEEKDATA, pid, bad_request, bad_data); in main()
207 do_ptrace(PTRACE_PEEKTEXT, pid, bad_request, bad_data); in main()
216 do_ptrace(PTRACE_PEEKUSER, pid, bad_request, bad_data); in main()
[all …]
/external/strace/
DChangeLog-CVS351 * defs.h (do_ptrace, ptrace_restart): Declare new functions
358 * util.c (do_ptrace, ptrace_restart): Define new functions.
359 (upeek): use do_ptrace in order to catch and record ESRCH.
DChangeLog6075 (do_ptrace): Initialize it using sprintrc.
29681 While we are at it, fold do_ptrace into its lone caller.
29694 (do_ptrace): Remove this function.
29695 (upeek): Use ptrace() instead of do_ptrace().
29696 * defs.h: Remove do_ptrace() declaration.
33690 * util.c (do_ptrace): Cast ptrace() 4th arg to long.