Skip to content

Instantly share code, notes, and snippets.

@jerith
Created August 21, 2015 15:59
Show Gist options
  • Select an option

  • Save jerith/0af57e0be790c85b0c35 to your computer and use it in GitHub Desktop.

Select an option

Save jerith/0af57e0be790c85b0c35 to your computer and use it in GitHub Desktop.
gdb
(gdb) info sharedlibrary
From To Syms Read Shared Object Library
0x00007ffff7ddcae0 0x00007ffff7df5170 Yes /lib64/ld-linux-x86-64.so.2
No linux-vdso.so.1
0x00007ffff4af7720 0x00007ffff5fe535c Yes /home/jerith/.virtualenvs/[email protected]/bin/libpypy-c.so
0x00007ffff33b59f0 0x00007ffff33c1731 Yes /lib/x86_64-linux-gnu/libpthread.so.0
0x00007ffff30264a0 0x00007ffff31506a3 Yes /lib/x86_64-linux-gnu/libc.so.6
0x00007ffff2e03ed0 0x00007ffff2e0497e Yes /lib/x86_64-linux-gnu/libdl.so.2
0x00007ffff2bf4760 0x00007ffff2c00432 Yes (*) /lib/x86_64-linux-gnu/libbz2.so.1.0
0x00007ffff28f7580 0x00007ffff2962d96 Yes /lib/x86_64-linux-gnu/libm.so.6
0x00007ffff26ccb90 0x00007ffff26e4ff9 Yes (*) /lib/x86_64-linux-gnu/libexpat.so.1
0x00007ffff24b0220 0x00007ffff24c1469 Yes (*) /lib/x86_64-linux-gnu/libz.so.1
0x00007ffff2261db0 0x00007ffff22963ee Yes (*) /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
0x00007ffff1ec5200 0x00007ffff1fbacdf Yes (*) /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
0x00007ffff1c1ccc0 0x00007ffff1c218b4 Yes /lib/x86_64-linux-gnu/libcrypt.so.1
0x00007ffff1a16350 0x00007ffff1a1906c Yes /lib/x86_64-linux-gnu/librt.so.1
0x00007ffff180d870 0x00007ffff181201c Yes (*) /usr/lib/x86_64-linux-gnu/libffi.so.6
0x00007ffff1609f10 0x00007ffff160a745 Yes /lib/x86_64-linux-gnu/libutil.so.1
0x00007ffff13eacd0 0x00007ffff1402937 Yes (*) /lib/x86_64-linux-gnu/libncurses.so.5
0x00007ffff11c6e40 0x00007ffff11d2e88 Yes (*) /lib/x86_64-linux-gnu/libtinfo.so.5
0x00007ffff09aed10 0x00007ffff09aeec3 Yes (*) /home/jerith/pypy/repo-2.6.0/lib_pypy/_pwdgrp_cffi.pypy-26.so
0x00007ffff0321620 0x00007ffff0322ce7 Yes (*) /lib/x86_64-linux-gnu/libuuid.so.1
0x00007fffefdddd60 0x00007fffefde5763 Yes (*) /home/jerith/.virtualenvs/[email protected]/site-packages/cryptography/hazmat/bindings/_openssl.pypy-26.so
0x00007fffefba8050 0x00007fffefba8afc Yes (*) /home/jerith/.virtualenvs/[email protected]/site-packages/twisted/python/_sendmsg.pypy-26.so
0x00007fffef9a20a0 0x00007fffef9a2a93 Yes (*) /home/jerith/pypy/repo-2.6.0/lib_pypy/_sqlite3_cffi.pypy-26.so
0x00007fffef6e05c0 0x00007fffef775aef Yes (*) /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
(*): Shared library is missing debugging information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment