HomeSort by: relevance | last modified time | path
    Searched refs:FrameId (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
pc-not-saved.py 17 from gdb.unwinder import FrameId, Unwinder
19 # Cached FrameId. See set_break_bt_here_frame_id for details.
24 """Call this to pre-calculate the FrameId for the frame our unwinder
34 break_bt_here_frame_id = FrameId(cfa, pc)
premature-dummy-frame-removal.py 23 class FrameId(object):
56 fid = FrameId(pc, sp)
inline-frame-cycle-unwind.py 30 class FrameId(object):
64 unwinder = pending_frame.create_unwind_info(FrameId(sp, pc))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
pc-not-saved.py 17 from gdb.unwinder import FrameId, Unwinder
19 # Cached FrameId. See set_break_bt_here_frame_id for details.
24 """Call this to pre-calculate the FrameId for the frame our unwinder
34 break_bt_here_frame_id = FrameId(cfa, pc)
premature-dummy-frame-removal.py 23 class FrameId(object):
56 fid = FrameId(pc, sp)
inline-frame-cycle-unwind.py 30 class FrameId(object):
64 unwinder = pending_frame.create_unwind_info(FrameId(sp, pc))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-unwind-user-regs.py 20 class FrameId(object):
60 fid = FrameId(pc, sp)
py-pending-frame-level.py 20 class FrameId(object):
py-unwind.py 17 from gdb.unwinder import FrameId, Unwinder
100 frame_id = FrameId(
157 fid = FrameId(self._sp, self._pc)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-unwind-user-regs.py 20 class FrameId(object):
60 fid = FrameId(pc, sp)
py-pending-frame-level.py 20 class FrameId(object):
py-unwind.py 17 from gdb.unwinder import FrameId, Unwinder
100 frame_id = FrameId(
157 fid = FrameId(self._sp, self._pc)
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
unwinder.py 72 class FrameId(object):
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
unwinder.py 72 class FrameId(object):

Completed in 30 milliseconds