diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 0c3946c..9006311 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -7945,7 +7945,6 @@ momentary_breakpoint_from_master (struct breakpoint *orig, copy->enable_state = bp_enabled; copy->disposition = disp_donttouch; - copy->number = internal_breakpoint_number--; breakpoint *b = add_to_breakpoint_chain (std::move (copy)); update_global_location_list_nothrow (UGLL_DONT_INSERT); |