Created
October 30, 2013 03:03
-
-
Save KyeRussell/7226588 to your computer and use it in GitHub Desktop.
such gdb, wow!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lab220-07:~/librarymanager:16927140$ gdb ./librarymanager | |
GNU gdb (GDB) Red Hat Enterprise Linux (7.1-29.el6_0.1) | |
Copyright (C) 2010 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-redhat-linux-gnu". | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>... | |
Reading symbols from /home/16927140/librarymanager/librarymanager...done. | |
(gdb) run | |
Starting program: /home/16927140/librarymanager/librarymanager | |
Library Manager, v1.0 | |
[[[ program output ]]] | |
Enter an option: ^C | |
Program received signal SIGINT, Interrupt. | |
0x00110424 in __kernel_vsyscall () | |
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.7.el6_0.3.i686 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment