lldb - ljatsh/Test GitHub Wiki
- 2021-05-09: initial version
List the main executable and all dependent shared libraries.
(gdb) info shared
(lldb) image list
Look up information for a raw address in the executable or any shared libraries.
(gdb) info symbol 0x1ec4
(lldb) image lookup --address 0x1ec4