On Tue, Nov 12, 2002 at 02:56:10PM -0500, Zhihui Zhang wrote:
> 
> I need to set a variable value in gdb:
> 
> (gdb) set xyz = 1      <- works
> (gdb) set i = 1        <- syntax error near '1'
> 
> I guess i must have special meaning in gdb. But what if I insist setting
> it, is there a way?   Thanks.

'i' is shorthand (or an alias) for the info command. Not sure if you
can effectively "unalias" i.

-- 
Chuck Tuffli    <chuck_tuffli AT agilent DOT com>
Agilent Technologies, Storage and Networking

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to