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.
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
