HomeSort by relevance Sort by last modified time
    Searched refs:caller_frame (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 90 uhwptr *caller_frame = (uhwptr*)frame[0]; local
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) ||
92 !IsAligned((uptr)caller_frame, sizeof(uhwptr)))
94 uhwptr pc1 = caller_frame[2];
  /prebuilts/gdb/darwin-x86/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/gdb/linux-x86/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch

Completed in 132 milliseconds