mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
2003-03-07 Michal Ludvig <mludvig@suse.cz>
* x86-64-tdep.c (x86_64_function_has_prologue): New function. (x86_64_skip_prologue): Move prologue detection to separate function. * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
This commit is contained in:
@ -36,6 +36,7 @@ gdbarch_saved_pc_after_call_ftype x86_64_linux_saved_pc_after_call;
|
||||
gdbarch_pc_in_sigtramp_ftype x86_64_linux_in_sigtramp;
|
||||
CORE_ADDR x86_64_linux_frame_chain (struct frame_info *fi);
|
||||
CORE_ADDR x86_64_init_frame_pc (int fromleaf, struct frame_info *fi);
|
||||
int x86_64_function_has_prologue (CORE_ADDR pc);
|
||||
|
||||
void x86_64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
|
||||
|
||||
|
Reference in New Issue
Block a user