mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
* x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-04-13 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
|
||||||
|
|
||||||
2003-04-12 Andrew Cagney <cagney@redhat.com>
|
2003-04-12 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* frame.h (struct frame_info): Move definition from here ...
|
* frame.h (struct frame_info): Move definition from here ...
|
||||||
|
@ -923,15 +923,6 @@ x86_64_skip_prologue (CORE_ADDR pc)
|
|||||||
return pc;
|
return pc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sequence of bytes for breakpoint instruction. */
|
|
||||||
static const unsigned char *
|
|
||||||
x86_64_breakpoint_from_pc (CORE_ADDR *pc, int *lenptr)
|
|
||||||
{
|
|
||||||
static unsigned char breakpoint[] = { 0xcc };
|
|
||||||
*lenptr = 1;
|
|
||||||
return breakpoint;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
x86_64_save_dummy_frame_tos (CORE_ADDR sp)
|
x86_64_save_dummy_frame_tos (CORE_ADDR sp)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user