From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] restructure breakpoint.c:breakpoint_1() Date: Mon, 18 Jun 2001 11:08:00 -0000 Message-id: <3B2E4399.5040702@cygnus.com> References: <3B2B9351.2090607@cygnus.com> <3B2E27CE.AF209808@cygnus.com> X-SW-Source: 2001-06/msg00344.html I've added ... > OK, but could you: > 1) Supply a header comment for your new function, and /* Return non-zero if B is user settable (breakpoints, watchpoints, catchpoints, et.al.). */ > 2) While you're at it, update the comment header for breakpoint_1? > I notice that it refers to a parameter that no longer exists, while > failing to describe the "allflag" parameter. /* Print information on user settable breakpoint (watchpoint, etc) number BNUM. If BNUM is -1 print all user settable breakpoints. If ALLFLAG is non-zero, include non- user settable breakpoints. */ Andrew