/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | diagnose_unwind.py | 80 print_stack_frame(process, initial_fp) 96 print_stack_frame(process, cur_fp) 121 print_stack_frame(process, cur_fp) 128 def print_stack_frame(process, fp): function 205 print_stack_frame(process, frame.GetFP())
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | bsd-kvm.c | 92 print_stack_frame (get_selected_frame (), -1, 1); in bsd_kvm_open() 248 print_stack_frame (get_selected_frame (), -1, 1); in bsd_kvm_proc_cmd() 268 print_stack_frame (get_selected_frame (), -1, 1); in bsd_kvm_pcb_cmd()
|
H A D | thread.c | 431 print_stack_frame (get_selected_frame (), 0, LOCATION); in info_threads_command() 445 print_stack_frame (get_selected_frame (), 0, LOCATION); in info_threads_command() 476 print_stack_frame (get_current_frame (), 1, SRC_LINE); in restore_current_thread() 664 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in do_captured_thread_select()
|
H A D | stack.c | 146 print_stack_frame (struct frame_info *fi, int print_level, in print_stack_frame() function 1561 print_stack_frame (fi, 1, SRC_AND_LOC); in select_and_print_frame() 1665 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in frame_command() 1675 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in current_frame_command() 1709 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in up_command() 1752 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in down_command()
|
H A D | frame.h | 564 extern void print_stack_frame (struct frame_info *, int print_level,
|
H A D | inflow.c | 597 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in kill_command()
|
H A D | corelow.c | 405 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in core_open()
|
H A D | ocd.c | 228 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in ocd_start_remote()
|
H A D | remote-rdp.c | 1184 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in remote_rdp_open()
|
H A D | infcmd.c | 1245 print_stack_frame (get_selected_frame (), 1, LOCATION); in finish_command()
|
H A D | remote-e7000.c | 633 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in e7000_start_remote()
|
H A D | remote-mips.c | 1589 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in common_open()
|
H A D | tracepoint.c | 1952 print_stack_frame (get_selected_frame (), 1, print_what); in finish_tfind_command()
|
H A D | infrun.c | 3022 print_stack_frame (get_selected_frame (), 0, source_flag); in normal_stop()
|
H A D | ChangeLog-1991 | 2393 its level number, by calling print_stack_frame. 2394 * frame.h: Add selected_frame_level, print_stack_frame. 2398 print_stack_frame.
|
H A D | ChangeLog-2003 | 14571 (current_frame_command): Call print_stack_frame, instead of 14573 (frame_command): Call print_stack_frame, instead of 14578 * infrun.c (normal_stop): Call print_stack_frame, instead of 14580 * thread.c (info_threads_command): Call print_stack_frame, instead
|
H A D | ChangeLog | 7307 * stack.c (print_stack_frame): Fix description. 7315 (struct print_stack_frame_args, print_stack_frame) 7319 * frame.h (show_and_print_stack_frame, print_stack_frame)
|
H A D | ChangeLog-1996 | 5010 * stack.c (print_stack_frame print_frame_info) symmisc.c
|
H A D | ChangeLog-1998 | 2273 instead of print_stack_frame.
|
H A D | ChangeLog-1993 | 1482 * stack.c (print_stack_frame): Put catch_errors around
|
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-main.c | 184 print_stack_frame (get_selected_frame (), 1, LOC_AND_ADDRESS); in mi_cmd_exec_return()
|
H A D | ChangeLog-1999-2003 | 229 * mi-main.c (mi_cmd_exec_return): Use print_stack_frame instead of
|