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: [PATCH] "enable count" user input error handling (PR gdb/15678)


>> Most if not all enable/disable breakpoint-and-similars commands
>> when not passed a breakpoint number apply to all breakpoints.
>> Supporting that would make it possible to disable the count
>> for all breakpoints with just "enable count 0".
>>
>> WDY(all)T of making that work?
> 
> That is what I expected it would do in the first place. That is why I typed that :)

Semi-related question. As soon as you type a "enable count" type command, the disposition switches to "disable". Is there a way to switch it back to "keep" ? "enable count 0" would disable the count, but the breakpoint will still be disabled on next hit.



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