Skip to content

Instantly share code, notes, and snippets.

@dubslow
Created October 6, 2014 04:41
Show Gist options
  • Save dubslow/14207909fdd71b8b1359 to your computer and use it in GitHub Desktop.
Save dubslow/14207909fdd71b8b1359 to your computer and use it in GitHub Desktop.
ldd c
linux-gate.so.1 (0xf77b2000)
libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf75ce000)
/lib/ld-linux.so.2 (0xf77b3000)
gdb c
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/bill/tmp/c...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/bill/tmp/c
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Inferior 1 (process 3696) exited normally]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment