[lldb-dev] Loading symbols from location in memory

Benjamin Kemper kemperbenny at gmail.com
Sun Dec 9 04:49:56 PST 2012


Hi,

I'm looking for a way to load symbol from a file from a specific address,
the same as done in GDB using the "add-symbol-file" command.

The "target symbols add" lldb command only seems to accept the symbol file
as the parameter, but I need to specify the area in the memory where the
symbols exist (In GDB I usually point to the text section of the executable
I want to add the symbols of).

How can I do this in LLDB?

Thanks,
Benny.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20121209/3509764f/attachment.html>


More information about the lldb-dev mailing list