Searched refs:perror_func_msg (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | error_prints.h | 68 #define perror_func_msg(fmt_, ...) \ macro
|
D | unwind.c | 197 perror_func_msg("asprintf"); in sprint_call_or_error()
|
D | strace.c | 893 perror_func_msg("ptrace(PTRACE_DETACH,%u)", tcp->pid); in detach() 900 perror_func_msg("tkill(%u,0)", tcp->pid); in detach() 916 perror_func_msg("ptrace(PTRACE_INTERRUPT,%u)", tcp->pid); in detach() 922 perror_func_msg("tkill(%u,SIGSTOP)", tcp->pid); in detach() 943 perror_func_msg("waitpid(%u)", tcp->pid); in detach()
|
D | ChangeLog | 10307 * strace.c (detach): Use perror_func_msg() instead of perror_msg(). 10327 perror_func_msg() and usage of asprintf_error_str for a return value. 10361 * error_prints.h (error_func_msg, perror_func_msg, debug_func_msg,
|