[lldb-dev] Directories to search for separate debugging information
Sara Burke
Sara.Burke at mathworks.com
Tue Nov 13 12:14:57 PST 2012
Hi lldb-dev,
There is a "debug-file-directory" concept in gdb to use for debug information in separate files and I am wondering if you can suggest to me an equivalent/related concept in lldb.
That is, in gdb, one can use the command 'set debug-file-directory directories' to specify an hierarchy of directories in which to search for debugging information.
Is there such a concept in lldb? If you guys are not the right people to ask, perhaps you can point me in the right direction. If such a command is documented I must have missed it.
This is the gdb info:
(gdb) help set debug-file-directory
Set the directory where separate debug symbols are searched for.
Separate debug symbols are first searched for in the same
directory as the binary, then in the `.debug' subdirectory,
and lastly at the path of the directory of the binary with
the global debug-file directory prepended.
Thanks,
Sara
-----------------------------------------------------------------
Sara M. Burke
Ext. 7476
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20121113/1e3cb1bf/attachment.html>
More information about the lldb-dev
mailing list