diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 44f6f14..684f74c 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3839,11 +3839,6 @@ update_breakpoints_after_exec (void) continue; } } - /* FIXME what about longjmp breakpoints? Re-create them here? */ - create_overlay_event_breakpoint (); - create_longjmp_master_breakpoint (); - create_std_terminate_master_breakpoint (); - create_exception_master_breakpoint (); } int |