This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] print_one_breakpoint


2006-02-10  Nick Roberts  <nickrob@snap.net.nz>

	* breakpoint.c (print_one_breakpoint): Add break to case
	bp_catch_vfork in switch statement.

Committed as obvious.

Nick

*** breakpoint.c	08 Feb 2006 17:49:48 +1300	1.221
--- breakpoint.c	10 Feb 2006 00:05:53 +1300	
***************
*** 3432,3437 ****
--- 3432,3438 ----
  	    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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]