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]

Re: [RFA] info (break|watch|trace), use get_number_or_range


Pedro Alves wrote:
On Saturday 19 February 2011 18:01:44, msnyder@sonic.net wrote:
This will break printing internal breakpoints, which are negative.
AFAIK, "info break" never supported printing internal breakpoints.
That's what "maint info break" is for.

Sorry, I misread and though you were changing breakpoint_1, which is the backend for "info break", "maint info break", etc.

Doesn't this patch have the same problem I pointed out with
"info threads 1-100", in that you'll print the header once
for each breakpoint in the range?


<sigh>, yes. I'll withdraw this one and try a different approach.




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