Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbsd-kvm.c92 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 Dthread.c410 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 Dstack.c1665 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 Dframe.h228 extern struct frame_info *get_selected_frame (void);
H A Dinflow.c597 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in kill_command()
H A Dcorelow.c405 print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); in core_open()
H A Dframe.c825 get_selected_frame (void) in get_selected_frame() function
846 return get_selected_frame (); in deprecated_safe_get_selected_frame()
H A Docd.c228 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in ocd_start_remote()
H A Dsh-tdep.c2042 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 Dsh64-tdep.c2541 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 Dremote-rdp.c1184 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in remote_rdp_open()
H A Deval.c450 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 Dinfcmd.c1245 print_stack_frame (get_selected_frame (), 1, LOCATION); in finish_command()
H A Dremote-e7000.c633 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in e7000_start_remote()
H A Dremote-mips.c1589 print_stack_frame (get_selected_frame (), 0, SRC_AND_LOC); in common_open()
H A Dtracepoint.c1952 print_stack_frame (get_selected_frame (), 1, print_what); in finish_tfind_command()
H A Dinfrun.c3022 print_stack_frame (get_selected_frame (), 0, source_flag); in normal_stop()
H A Dbreakpoint.c7704 saved_frame_id = get_frame_id (get_selected_frame ()); in do_enable_breakpoint()
H A DChangeLog-20031860 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 DChangeLog-20021228 by calling get_selected_frame.
1253 * frame.c (get_selected_frame): New function.
1254 * frame.h (get_selected_frame): Declare.
H A DChangeLog7323 use get_selected_frame, pass "enum print_what" for source, do not
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-stack.c142 frame = get_selected_frame (); in mi_cmd_stack_list_locals()
H A Dmi-main.c184 print_stack_frame (get_selected_frame (), 1, LOC_AND_ADDRESS); in mi_cmd_exec_return()