Date: Tue, 12 Nov 2002 14:56:10 -0500 (EST) From: Zhihui Zhang <zzhang@cs.binghamton.edu> To: freebsd-hackers@freebsd.org Subject: A quick gdb help Message-ID: <Pine.SOL.4.21.0211121450300.17062-100000@onyx>
next in thread | raw e-mail | index | archive | help
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. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0211121450300.17062-100000>