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 v3] enable/disable sub breakpoint range


On 10/03/2017 05:02 PM, Pedro Alves wrote:
>> > 
>> > What if I have, in addition to the 1.1-1.5 breakpoints also
>> > breakpoints 4, 5, and 6 -- how do I disable 1.3, 1.4, 1.5, 4, and 5?
>> > Do I have to say something like "disable 1.3-5.0"?
> I hope not.  Supposedly you could do it with:
> 
>   (gdb) delete 1.3 1.4 1.5 4 5
> 
> or:
> 
>   (gdb) delete 1-5 4-5

Sorry, typo above in the last line.

I meant either:
 (gdb) delete 1.3 1.4 1.5 4 5
or:
 (gdb) delete 1.3-5 4-5

Thanks,
Pedro Alves


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