aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-02-19 20:48:49 +0000
committerPedro Alves <palves@redhat.com>2015-02-20 20:11:02 +0000
commit1cc28231d23d8dd604d3482dd4bd46031d5a4052 (patch)
treed6df9fed6822f9c03f00345103f1402ae4d09936 /gdb/target.h
parentafa8d396f6a952d17b348a981dd2c56f83305611 (diff)
downloadgdb-1cc28231d23d8dd604d3482dd4bd46031d5a4052.zip
gdb-1cc28231d23d8dd604d3482dd4bd46031d5a4052.tar.gz
gdb-1cc28231d23d8dd604d3482dd4bd46031d5a4052.tar.bz2
Garbage collect forward_target_decr_pc_after_break
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.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/target.h b/gdb/target.h
index fb60123..2811c47 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -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);