Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfcall.c234 struct symbol *sym = find_pc_function (pc); in find_function_return_type()
350 struct symbol *symbol = find_pc_function (funaddr); in get_function_name()
H A Dblockframe.c152 find_pc_function (CORE_ADDR pc) in find_pc_function() function
H A Dbtrace.c285 fun = find_pc_function (pc); in VEC()
H A Dinfcmd.c1159 sfn = find_pc_function (sal.pc); in jump_command()
1331 func = find_pc_function (pc); in until_next_command()
1786 function = find_pc_function (get_frame_pc (get_selected_frame (NULL))); in finish_command()
H A Dsymtab.h1022 extern struct symbol *find_pc_function (CORE_ADDR);
H A Dinfrun.c2167 step_start_function = find_pc_function (pc); in proceed()
4874 || step_start_function != find_pc_function (stop_pc)))) in handle_inferior_event()
6066 && step_start_function == find_pc_function (stop_pc)) in normal_stop()
H A Deval.c1223 sym = find_pc_function (addr); in evaluate_subexp_standard()
H A Ddwarf2loc.c576 struct symbol *sym = find_pc_function (addr); in func_addr_to_tail_call_list()
H A Dtracepoint.c287 traceframe_fun = find_pc_function (trace_pc); in set_traceframe_context()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-finishbreakpoint.c250 function = find_pc_function (pc); in bpfinishpy_init()
H A Dpy-frame.c286 sym = find_pc_function (get_frame_address_in_block (frame)); in frapy_function()
/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-cmds.c814 sym = find_pc_function (sal.pc); in edit_command()
979 sym = find_pc_function (sal.pc); in list_command()