Searched refs:GetBacktrace (Results 1 – 1 of 1) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | AndroidUnwinderTest.cpp | 63 static std::string GetBacktrace(AndroidUnwinder& unwinder, std::vector<FrameData>& frames) { in GetBacktrace() function 187 << GetBacktrace(unwinder, data.frames); in TEST() 284 GetBacktrace(unwinder_with_ucontext, data.frames) + "\nregs trace:\n" + in TEST_F() 285 GetBacktrace(unwinder_with_regs, reg_data.frames)); in TEST_F() 308 << GetBacktrace(unwinder, data.frames); in TEST() 319 << GetBacktrace(unwinder, data.frames); in TEST() 357 << GetBacktrace(unwinder, data.frames); in TEST() 360 << GetBacktrace(unwinder, data.frames); in TEST() 419 GetBacktrace(unwinder, data.frames).c_str()); in TEST_F() 441 printf("Full unwind %s\n", GetBacktrace(normal_unwinder, data.frames).c_str()); in TEST_F() [all …]
|