| /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 | 410 struct frame_id saved_frame_id = get_frame_id (get_selected_frame ()); in info_threads_command() 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() 664 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in do_captured_thread_select()
|
| H A D | stack.c | 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() 1768 thisfun = get_frame_function (get_selected_frame ()); in return_command() 1851 struct frame_id selected_id = get_frame_id (get_selected_frame ()); in return_command()
|
| H A D | frame.h | 228 extern struct frame_info *get_selected_frame (void);
|
| 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 | frame.c | 825 get_selected_frame (void) in get_selected_frame() function 846 return get_selected_frame (); in deprecated_safe_get_selected_frame()
|
| H A D | ocd.c | 228 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in ocd_start_remote()
|
| H A D | sh-tdep.c | 2042 if (!frame_register_read (get_selected_frame (), regnum, raw_buffer)) in sh_do_fp_register() 2080 if (!frame_register_read (get_selected_frame (), regnum, raw_buffer)) in sh_do_register()
|
| H A D | sh64-tdep.c | 2541 if (!frame_register_read (get_selected_frame (), regnum, raw_buffer)) in sh_do_fp_register() 2621 if (!frame_register_read (get_selected_frame (), regnum, raw_buffer)) in sh_do_register()
|
| H A D | remote-rdp.c | 1184 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in remote_rdp_open()
|
| H A D | eval.c | 450 struct value *val = value_of_register (regno, get_selected_frame ()); in evaluate_subexp_standard() 454 frame_map_regnum_to_name (get_selected_frame (), regno)); in evaluate_subexp_standard()
|
| 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 | breakpoint.c | 7704 saved_frame_id = get_frame_id (get_selected_frame ()); in do_enable_breakpoint()
|
| H A D | ChangeLog-2003 | 1860 get_selected_frame. Eliminate "deprecated_selected_frame". Warn 2526 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. 5377 * thread.c (info_threads_command): Use get_selected_frame (). 12318 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
|
| H A D | ChangeLog-2002 | 1228 by calling get_selected_frame. 1253 * frame.c (get_selected_frame): New function. 1254 * frame.h (get_selected_frame): Declare.
|
| H A D | ChangeLog | 7323 use get_selected_frame, pass "enum print_what" for source, do not
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
| H A D | mi-cmd-stack.c | 142 frame = get_selected_frame (); in mi_cmd_stack_list_locals()
|
| H A D | mi-main.c | 184 print_stack_frame (get_selected_frame (), 1, LOC_AND_ADDRESS); in mi_cmd_exec_return()
|