Date: Wed, 24 Oct 2001 09:56:06 +0300 From: "Dimitar Peikov" <mitko@rila.bg> To: stable@freebsd.org Subject: gdb and function arguments Message-ID: <200110240656.f9O6u6X12318@earth.rila.bg>
next in thread | raw e-mail | index | archive | help
Any idea why gdb doesn't show properly function arguments when debugging? It seems that is buggy behaviour since few weeks I guess. I use GCC 2.95.3 and gdb 4.18 from yesterdays STABLE snapshot. <<<< gdb output <<<< (gdb) r Starting program: /usr/home/mitko/compile/fsa/src/fsm/examples/3state_automata Breakpoint 1, main (argc=671514624, argv=0x0) at 3state_automata.c:20 20 tspool = fsa_tempspool_new(3, ASCII_SIZE, FALSE); (gdb) s fsa_tempspool_new (in_statescount=671488704, in_letterscount=0, in_isdetermined=671426728) at src/tempspool.c:18 18 fsa_log(DEBUG_CLASS_TSPOOL, "entered fsa_tempspool_new\n"); (gdb) The program is running. Exit anyway? (y or n) y >>>> gdb output >>>> -- Dimitar Peikov Programmer Analyst Globalization Group "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320 phone: (+359 2) 9797300 fax: (+359 2) 9733355 http://www.rila.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110240656.f9O6u6X12318>