H A D | sanitizer_stacktrace_test.cc | 1 //===-- sanitizer_stacktrace_test.cc --------------------------------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 27 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top, in TryFastUnwind() 32 void *mapping; member in __sanitizer::FastUnwindTest 38 BufferedStackTrace trace; member in __sanitizer::FastUnwindTest 47 mapping = MmapOrDie(2 * ps, "FastUnwindTest"); in SetUp() 48 MprotectNoAccess((uptr)mapping, ps); in SetUp() 51 fake_stack = (uhwptr *)((uptr)mapping + ps + sizeof(uhwptr)); in SetUp() 59 // Mark the last fp point back up to terminate the stack trace. in SetUp() [all …]
|