[Tech] Gnu Debugger

Simone Piccardi piccardi@firenze.linux.it
Mar 12 Giu 2001 12:36:01 CEST


On Tue, Jun 12, 2001 at 12:26:38PM +0200, Massimiliano Masi wrote:
> Salve !!!
> 
> Ho un problema con gdb.
> 
> Sia rpm che compilato correttamente, mi da' questo errore:
> 
> max@felicidade:~/NEUMA/Cryppy-0.0.1 > /usr/local/bin/gdb crypt
> GNU gdb 5.0
> Copyright 2000 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu"...
> (gdb) b main
> Breakpoint 1 at 0x80488a0: file crypt.c, line 11.
> (gdb) ru
> Starting program: /home/max/NEUMA/Cryppy-0.0.1/crypt
> 
> Breakpoint 1, main (argc=134514848, argv=0x1) at crypt.c:11
> 11      {
> (gdb) s

Step scende nella funzione (nel caso se ho capito bene printf) della
quale non hai i sorgenti. 

Usa n (per next).

Ciao
Simone




Maggiori informazioni sulla lista flug-tech