Skip to content

Instantly share code, notes, and snippets.

@atomicbird
Created May 28, 2009 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomicbird/119598 to your computer and use it in GitHub Desktop.
Save atomicbird/119598 to your computer and use it in GitHub Desktop.
(gdb) info sharedlibrary
The DYLD shared library state has been initialized from the executable's shared library information. All symbols should be present, but the addresses of some symbols may move when the program is executed, as DYLD may relocate library load addresses if necessary.
Requested State Current State
Num Basename Type Address Reason | | Source
| | | | | | | |
1 dyld - 0x8fe00000 dyld Y Y /usr/lib/dyld at 0x8fe00000 (offset 0x0) with prefix "__dyld_"
2 valgrind - 0x1000 exec Y Y /usr/local/bin/valgrind (offset 0x0)
3 libgcc_s.1.dylib - 0x96526000 dyld Y Y /usr/lib/libgcc_s.1.dylib at 0x96526000 (offset -0x69ada000)
4 libSystem.B.dylib - 0x9652e000 dyld Y Y /usr/lib/libSystem.B.dylib at 0x9652e000 (offset -0x69ad2000)
(commpage objfile is) /usr/lib/libSystem.B.dylib[LC_SEGMENT.__DATA.__commpage]
5 libmathCommon.A.dylib - 0x92774000 dyld Y Y /usr/lib/system/libmathCommon.A.dylib at 0x92774000 (offset -0x6d88c000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment