diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/target.c b/gdb/target.c index 3a03a0a..9a8473d 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1949,15 +1949,6 @@ target_detach (inferior *inf, int from_tty) assertion. */ gdb_assert (inf == current_inferior ()); - if (gdbarch_has_global_breakpoints (target_gdbarch ())) - /* Don't remove global breakpoints here. They're removed on - disconnection from the target. */ - ; - else - /* If we're in breakpoints-always-inserted mode, have to remove - breakpoints before detaching. */ - remove_breakpoints_inf (current_inferior ()); - prepare_for_detach (); /* Hold a strong reference because detaching may unpush the |