Home
last modified time | relevance | path

Searched refs:get_current_frame (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbsd-kvm.c91 select_frame (get_current_frame ()); in bsd_kvm_open()
247 select_frame (get_current_frame ()); in bsd_kvm_proc_cmd()
267 select_frame (get_current_frame ()); in bsd_kvm_pcb_cmd()
H A Dinfrun.c674 select_frame (get_current_frame ()); in prepare_to_proceed()
1938 insert_step_resume_breakpoint_at_frame (get_current_frame ()); in handle_inferior_event()
1944 && frame_id_eq (get_frame_id (get_current_frame ()), in handle_inferior_event()
1956 insert_step_resume_breakpoint_at_frame (get_current_frame ()); in handle_inferior_event()
2279 && get_frame_type (get_current_frame ()) == SIGTRAMP_FRAME) in handle_inferior_event()
2519 step_frame_id = get_frame_id (get_current_frame ()); in handle_inferior_event()
2966 select_frame (get_current_frame ()); in normal_stop()
2989 get_frame_id (get_current_frame ())) in normal_stop()
3041 frame_pop (get_current_frame ()); in normal_stop()
3046 select_frame (get_current_frame ()); in normal_stop()
[all …]
H A Dstack.c768 find_relative_frame (get_current_frame (), &level); in parse_frame_specification()
794 for (fid = get_current_frame (); in parse_frame_specification()
1108 trailing = get_current_frame (); in backtrace_command_1()
1852 while (!frame_id_eq (selected_id, get_frame_id (get_current_frame ()))) in return_command()
1854 if (frame_id_inner (selected_id, get_frame_id (get_current_frame ()))) in return_command()
1858 frame_pop (get_current_frame ()); in return_command()
1864 frame_pop (get_current_frame ()); in return_command()
1880 if (get_frame_type (get_current_frame ()) == DUMMY_FRAME) in return_command()
1881 frame_pop (get_current_frame ()); in return_command()
H A Dobsd-tdep.c35 return frame_pc_unwind (get_current_frame ()); in obsd_skip_solib_resolver()
H A Dglibc-tdep.c97 return frame_pc_unwind (get_current_frame ()); in glibc_skip_solib_resolver()
H A Dframe.c368 for (frame = get_current_frame (); in frame_find_by_id()
787 get_current_frame (void) in get_current_frame() function
831 select_frame (get_current_frame ()); in get_selected_frame()
976 select_frame (get_current_frame ()); in reinit_frame_cache()
H A Dinfcmd.c652 frame = get_current_frame (); in step_1()
751 frame = get_current_frame (); in step_once()
860 fn = get_frame_function (get_current_frame ()); in jump_command()
978 frame = get_current_frame (); in until_next_command()
H A Dthread.c467 select_frame (get_current_frame ()); in switch_to_thread()
476 print_stack_frame (get_current_frame (), 1, SRC_LINE); in restore_current_thread()
H A Dinfcall.c336 caller_regcache = frame_save_as_regcache (get_current_frame ()); in call_function_by_hand()
768 frame_pop (get_current_frame ()); in call_function_by_hand()
H A Dframe.h203 extern struct frame_info *get_current_frame (void);
H A Dtracepoint.c1860 old_frame_addr = get_frame_base (get_current_frame ()); in finish_tfind_command()
1922 select_frame (get_current_frame ()); in finish_tfind_command()
1946 get_frame_base (get_current_frame ()) == 0 || in finish_tfind_command()
1947 old_frame_addr == get_frame_base (get_current_frame ()))) in finish_tfind_command()
2101 sal = find_pc_line (get_frame_pc (get_current_frame ()), 0); in trace_find_line_command()
H A Dgcore.c177 fi = get_current_frame (); in derive_stack_segment()
H A Dns32k-tdep.c404 struct frame_info *frame = get_current_frame (); in ns32k_pop_frame()
H A Dcorelow.c404 select_frame (get_current_frame ()); in core_open()
H A Dhppa-hpux-tdep.c1008 curr_frame = get_current_frame (); in child_get_current_exception_event()
H A Dmcore-tdep.c749 struct frame_info *fi = get_current_frame (); in mcore_pop_frame()
H A Dmn10300-tdep.c890 struct frame_info *frame = get_current_frame (); in mn10300_pop_frame()
H A Dmips-linux-tdep.c804 return frame_pc_unwind (get_current_frame ()); in mips_linux_skip_resolver()
H A Dv850-tdep.c881 struct frame_info *frame = get_current_frame (); in v850_pop_frame()
H A Dh8300-tdep.c736 struct frame_info *frame = get_current_frame (); in h8300_pop_frame()
H A Dm68hc11-tdep.c1165 get_current_frame (), -1, 1); in show_regs()
H A Dd10v-tdep.c863 get_current_frame (), -1, 1); in show_regs()
H A Dax-gdb.c1811 struct frame_info *fi = get_current_frame (); /* need current scope */ in agent_command()
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-stack.c72 for (i = 0, fi = get_current_frame (); in mi_cmd_stack_list_frames()
120 for (i = 0, fi = get_current_frame (); in mi_cmd_stack_info_depth()
190 for (i = 0, fi = get_current_frame (); in mi_cmd_stack_list_args()
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-regs.c171 get_current_frame (), in tui_show_registers()

12