* x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
This commit is contained in:
parent
c88931b0ed
commit
562a961f81
|
@ -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>
|
||||
|
||||
* frame.h (struct frame_info): Move definition from here ...
|
||||
|
|
|
@ -923,15 +923,6 @@ x86_64_skip_prologue (CORE_ADDR 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
|
||||
x86_64_save_dummy_frame_tos (CORE_ADDR sp)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue