OSDN Git Service

* x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
authorMark Kettenis <kettenis@gnu.org>
Sun, 13 Apr 2003 12:32:02 +0000 (12:32 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 13 Apr 2003 12:32:02 +0000 (12:32 +0000)
gdb/ChangeLog
gdb/x86-64-tdep.c

index 9183109..a21977d 100644 (file)
@@ -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 ...
index 29943c3..4d18cfb 100644 (file)
@@ -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)
 {