mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-26 20:36:01 +00:00
(print_one_breakpoint): Add break to case
bp_catch_vfork in switch statement.
This commit is contained in:
parent
a832795c68
commit
0f699bbe04
@ -3432,6 +3432,7 @@ print_one_breakpoint (struct breakpoint *b,
|
||||
ui_out_field_int (uiout, "what", b->forked_inferior_pid);
|
||||
ui_out_spaces (uiout, 1);
|
||||
}
|
||||
break;
|
||||
|
||||
case bp_catch_exec:
|
||||
/* Field 4, the address, is omitted (which makes the columns
|
||||
|
Loading…
x
Reference in New Issue
Block a user