Home
last modified time | relevance | path

Searched refs:find_proc_desc (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dalpha-mdebug-tdep.c94 find_proc_desc (CORE_ADDR pc) in find_proc_desc() function
189 proc_desc = find_proc_desc (pc); in alpha_mdebug_frame_unwind_cache()
314 proc_desc = find_proc_desc (pc); in alpha_mdebug_frame_sniffer()
371 proc_desc = find_proc_desc (pc); in alpha_mdebug_frame_base_sniffer()
DChangeLog1742 * mips-tdep.c (find_proc_desc): Delete function.
1743 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1745 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1748 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1750 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1756 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1759 (mips_insn32_frame_cache, find_proc_desc): Update
1935 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1936 (find_proc_desc): Remove dead code.
DChangeLog-19951769 (find_proc_desc): Copy PROC_PC_REG from found proc_desc
3690 * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
3733 * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
3968 * alpha-tdep.c (find_proc_desc): Only attempt to set
DChangeLog-1996693 (find_proc_desc): If heuristic_fence_post is non-zero, use
2940 (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
DChangeLog-20011284 * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
1288 (after_prologue): Pass cur_frame == 0 to find_proc_desc.
1289 (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
DChangeLog-19972551 (find_proc_desc): Move non-heuristic proc search code into separate
DChangeLog-20023506 * mips-tdep.c (find_proc_desc): Initialize startaddr.
10635 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
DChangeLog-19943677 * alpha-tdep.c (heuristic_proc_desc, find_proc_desc): Use
DChangeLog-19995799 is NULL, call find_proc_desc so we know how to restore
DChangeLog-19933068 mips-tdep.c (find_proc_desc): Deal with "pathological" case.