From 0f699bbe04b7247382b913e0e63375454d864b73 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 9 Feb 2006 11:24:46 +0000 Subject: [PATCH] (print_one_breakpoint): Add break to case bp_catch_vfork in switch statement. --- gdb/breakpoint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 386033056ab..31b3b4b36db 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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 -- 2.30.2