OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dump_backtrace
(Results
1 - 2
of
2
) sorted by null
/system/core/debuggerd/
backtrace.cpp
113
void
dump_backtrace
(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
function
debuggerd.cpp
146
"
dump_backtrace
"
417
dump_backtrace
(fd, -1, request.pid, request.tid, &detach_failed,
561
static int do_explicit_dump(pid_t tid, bool
dump_backtrace
) {
564
if (
dump_backtrace
) {
598
bool
dump_backtrace
= false;
local
603
dump_backtrace
= true;
616
return do_explicit_dump(tid,
dump_backtrace
);
Completed in 51 milliseconds