1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
[artificier@smoothie glade]$ gdb calculatrice
GNU gdb (GDB) 7.0
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/artificier/Programmation/glade/calculatrice...done.
(gdb) run
Starting program: /home/artificier/Programmation/glade/calculatrice
[Thread debugging using libthread_db enabled]
Cannot find new threads: generic error
(gdb) c
Continuing.
Cannot execute this command while the selected thread is running.
(gdb) c
Continuing.
Cannot execute this command while the selected thread is running.
(gdb) |