Home
last modified time | relevance | path

Searched refs:frameformat (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Duserspace.py60 frameformat = "{0:d} FP: 0x{1:x} PC: 0x{2:x}"
62 frameformat = "{0:d} {3: <30s} 0x{2:x}"
63 print(frameformat.format(0, cur_frame, cur_ip, GetBinaryNameForPC(cur_ip, user_lib_info)))
75 … print(frameformat.format(frameno, cur_frame, cur_ip, GetBinaryNameForPC(cur_ip, user_lib_info)))
79 def _PrintARMUserStack(task, cur_pc, cur_fp, framesize, frametype, frameformat, user_lib_info=None): argument
85 print(frameformat.format(frameno, cur_fp, cur_pc, GetBinaryNameForPC(cur_pc, user_lib_info)))
94 … print(frameformat.format(frameno, cur_fp, cur_pc, GetBinaryNameForPC(cur_pc, user_lib_info)))
102 frameformat = "{0:>2d} FP: 0x{1:x} PC: 0x{2:x}"
107 frameformat = "{0:>2d} {3: <30s} 0x{2:x}"
114 frameformat = "{0:>2d}: {3: <30s} 0x{2:x}"
[all …]