Searched refs:tfd (Results 1 – 3 of 3) sorted by relevance
/system/core/debuggerd/ |
D | debuggerd.c | 54 extern int unwind_backtrace_with_ptrace(int tfd, pid_t pid, mapinfo *map, 64 void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...) in _LOG() argument 71 if (tfd >= 0) { in _LOG() 75 if(tfd >= 0) write(tfd, buf, len); in _LOG() 119 void dump_build_info(int tfd) in dump_build_info() argument 125 _LOG(tfd, false, "Build fingerprint: '%s'\n", fingerprint); in dump_build_info() 129 void dump_stack_and_code(int tfd, int pid, mapinfo *map, in dump_stack_and_code() argument 143 _LOG(tfd, only_in_tombstone, "\ncode around pc:\n"); in dump_stack_and_code() 163 _LOG(tfd, only_in_tombstone, "%s\n", code_buffer); in dump_stack_and_code() 167 _LOG(tfd, only_in_tombstone, "\ncode around lr:\n"); in dump_stack_and_code() [all …]
|
D | unwind-arm.c | 385 int tfd, in log_function() argument 454 _LOG(tfd, only_in_tombstone, in log_function() 465 int unwind_backtrace_with_ptrace(int tfd, pid_t pid, mapinfo *map, in unwind_backtrace_with_ptrace() argument 498 log_function ((_Unwind_Context *) &saved_vrs, pid, tfd, stack_level, in unwind_backtrace_with_ptrace() 513 _LOG(tfd, 1, in unwind_backtrace_with_ptrace() 517 _LOG(tfd, 1, "PC=%#x SP=%#x\n", in unwind_backtrace_with_ptrace() 532 if (log_function ((_Unwind_Context *) &saved_vrs, pid, tfd, stack_level, in unwind_backtrace_with_ptrace()
|
D | utility.h | 54 extern void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...);
|