diff options
author | Pedro Alves <palves@redhat.com> | 2017-10-11 14:45:17 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-10-11 14:45:17 +0100 |
commit | 458ca1d02e47db0af0e22d524df0e4b88fc54b6e (patch) | |
tree | 9bb4ce9dfed8b9b707288c0f9b6925df5a574e4c /gdb/breakpoint.h | |
parent | 905014d7205d4f171c5cabf695fe1ec3da9b33d3 (diff) | |
download | binutils-458ca1d02e47db0af0e22d524df0e4b88fc54b6e.zip binutils-458ca1d02e47db0af0e22d524df0e4b88fc54b6e.tar.gz binutils-458ca1d02e47db0af0e22d524df0e4b88fc54b6e.tar.bz2 |
Garbage collect reattach_breakpoints
Not used anywhere.
gdb/ChangeLog:
2017-10-11 Pedro Alves <palves@redhat.com>
* breakpoint.c (reattach_breakpoints): Delete.
* breakpoint.h (reattach_breakpoints): Delete.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 143eae3..2b80ed9 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1356,13 +1356,6 @@ extern int remove_breakpoints (void); extern int remove_breakpoints_pid (int pid); -/* This function can be used to physically insert eventpoints from the - specified traced inferior process, without modifying the breakpoint - package's state. This can be useful for those targets which - support following the processes of a fork() or vfork() system call, - when both of the resulting two processes are to be followed. */ -extern int reattach_breakpoints (int); - /* This function can be used to update the breakpoint package's state after an exec() system call has been executed. |