OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnwindPtrace
(Results
1 - 4
of
4
) sorted by null
/system/core/libbacktrace/
UnwindPtrace.h
32
class
UnwindPtrace
: public BacktracePtrace {
34
UnwindPtrace
(pid_t pid, pid_t tid, BacktraceMap* map);
35
virtual ~
UnwindPtrace
();
UnwindPtrace.cpp
29
#include "
UnwindPtrace
.h"
31
UnwindPtrace
::
UnwindPtrace
(pid_t pid, pid_t tid, BacktraceMap* map)
35
UnwindPtrace
::~
UnwindPtrace
() {
50
bool
UnwindPtrace
::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
132
std::string
UnwindPtrace
::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) {
Android.mk
56
UnwindPtrace
.cpp \
Backtrace.cpp
33
#include "
UnwindPtrace
.h"
132
return new
UnwindPtrace
(pid, tid, map);
Completed in 79 milliseconds