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: zinteger setshow commands broken


On 03/04/2013 10:10 AM, Abid, Hafiz wrote:
> On 01/03/13 18:13:21, Pedro Alves wrote:
>>
>> BTW, I think the new var_zuinteger_unlimited would be more
>> suitable.  The difference is that "show" really shows "unlimited"
>> instead of -1.  BTW2, IMO, "set" should accept literal "unlimited"
>> string as well too.
> To make sure that I understand it right, you are suggesting that commands which accepts -1 as special value should be implemented using var_zuinteger_unlimited? 

I'm suggesting that your new command, that accepts -1 as special value
as meaning "unlimited", would be better implemented using
var_zuinteger_unlimited.

> One is the new command that I am working on to change the trace buffer size. Other is "remote hardware-watchpoint-limit".

-- 
Pedro Alves


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