aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-10-15 20:18:31 +0100
committerPedro Alves <palves@redhat.com>2014-10-15 20:18:31 +0100
commita1fd2fa5999a17bc94fa8348326bc75ddb93476c (patch)
tree12b0f587fe1579e194244c0932681b93c402e65c /gdb/breakpoint.h
parent7c16b83e0521a007e4d86fc30e334b41b01668b4 (diff)
downloadgdb-a1fd2fa5999a17bc94fa8348326bc75ddb93476c.zip
gdb-a1fd2fa5999a17bc94fa8348326bc75ddb93476c.tar.gz
gdb-a1fd2fa5999a17bc94fa8348326bc75ddb93476c.tar.bz2
Remove deprecated_insert_raw_breakpoint and friends
There are no users of deprecated_{insert,remove}_raw_breakpoint left. gdb/ 2014-10-15 Pedro Alves <palves@redhat.com> * breakpoint.c (regular_breakpoint_inserted_here_p): Inline ... (breakpoint_inserted_here_p): ... here. Remove special case for software single-step breakpoints. (find_non_raw_software_breakpoint_inserted_here): Inline ... (software_breakpoint_inserted_here_p): ... here. Remove special case for software single-step breakpoints. (bp_target_info_copy_insertion_state) (deprecated_insert_raw_breakpoint) (deprecated_remove_raw_breakpoint): Delete functions. * breakpoint.h (deprecated_insert_raw_breakpoint) (deprecated_remove_raw_breakpoint): Remove declarations.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 7c563c1..8b833bd2 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -1467,14 +1467,6 @@ extern int single_step_breakpoints_inserted (void);
extern void remove_single_step_breakpoints (void);
extern void cancel_single_step_breakpoints (void);
-/* Manage manual breakpoints, separate from the normal chain of
- breakpoints. These functions are used in murky target-specific
- ways. Please do not add more uses! */
-extern void *deprecated_insert_raw_breakpoint (struct gdbarch *,
- struct address_space *,
- CORE_ADDR);
-extern int deprecated_remove_raw_breakpoint (struct gdbarch *, void *);
-
/* Check if any hardware watchpoints have triggered, according to the
target. */
int watchpoints_triggered (struct target_waitstatus *);