Home
last modified time | relevance | path

Searched refs:perror_func_msg (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Derror_prints.h68 #define perror_func_msg(fmt_, ...) \ macro
Dunwind.c197 perror_func_msg("asprintf"); in sprint_call_or_error()
Dstrace.c893 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()
DChangeLog10307 * 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,