Searched refs:UnwindCurrent (Results 1 – 4 of 4) sorted by relevance
34 class UnwindCurrent : public BacktraceCurrent {36 UnwindCurrent(pid_t pid, pid_t tid, BacktraceMap* map) : BacktraceCurrent(pid, tid, map) {} in UnwindCurrent() function37 virtual ~UnwindCurrent() {} in ~UnwindCurrent()
32 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw()54 void UnwindCurrent::GetUnwContextFromUcontext(const ucontext_t* ucontext) { in GetUnwContextFromUcontext()79 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) { in UnwindFromContext()
139 return new UnwindCurrent(pid, tid, map); in Create()
53 "UnwindCurrent.cpp",