Garbage collect forward_target_decr_pc_after_break
authorPedro Alves <palves@redhat.com>
Thu, 19 Feb 2015 20:48:49 +0000 (20:48 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 20 Feb 2015 20:11:02 +0000 (20:11 +0000)
The definition was removed a year ago, but the declaration managed to
stay behind.

gdb/ChangeLog
2015-02-20  Pedro Alves  <palves@redhat.com>

* target.h (forward_target_decr_pc_after_break): Delete
declaration.

gdb/ChangeLog
gdb/target.h

index 1a1f4ec..139c172 100644 (file)
@@ -1,5 +1,10 @@
 2015-02-20  Pedro Alves  <palves@redhat.com>
 
+       * target.h (forward_target_decr_pc_after_break): Delete
+       declaration.
+
+2015-02-20  Pedro Alves  <palves@redhat.com>
+
        PR threads/18006
        * linux-thread-db.c (thread_get_info_callback): Return early if
        the thread's lwp id is -1.
index fb60123..2811c47 100644 (file)
@@ -2287,10 +2287,6 @@ extern void target_call_history_from (ULONGEST begin, int size, int flags);
 /* See to_call_history_range.  */
 extern void target_call_history_range (ULONGEST begin, ULONGEST end, int flags);
 
-/* See to_decr_pc_after_break.  Start searching for the target at OPS.  */
-extern CORE_ADDR forward_target_decr_pc_after_break (struct target_ops *ops,
-                                                    struct gdbarch *gdbarch);
-
 /* See to_decr_pc_after_break.  */
 extern CORE_ADDR target_decr_pc_after_break (struct gdbarch *gdbarch);