mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
arc: Log "pc" value in "arc_skip_prologue"
Log the "pc" address upon entering "arc_skip_prologue". gdb/ChangeLog: * arc-tdep.c (arc_skip_prologue): Log "pc" address.
This commit is contained in:
committed by
Shahab Vahedi
parent
4ca40594f9
commit
d56834cbfb
@@ -1472,7 +1472,7 @@ const static int MAX_PROLOGUE_LENGTH
|
||||
static CORE_ADDR
|
||||
arc_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
|
||||
{
|
||||
arc_debug_printf ("called");
|
||||
arc_debug_printf ("pc = %s", paddress (gdbarch, pc));
|
||||
|
||||
CORE_ADDR func_addr;
|
||||
const char *func_name;
|
||||
|
||||
Reference in New Issue
Block a user