lldb - ljatsh/Test GitHub Wiki

LLDB

History

  1. 2021-05-09: initial version

Executable and Shared Library Query

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

Reference

  1. GDB and LLDB
⚠️ **GitHub.com Fallback** ⚠️