[Lldb-commits] [PATCH] D35607: Extend 'target symbols add' to load symbols from a given file by UUID.

Eugene Zemtsov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 18 21:25:05 PDT 2017


eugene created this revision.
eugene added a project: LLDB.

Currently on Linux there is now way to force LLDB to use symbols from a certain file unless there is a UUID match established  by build-id or debuglink.
This change somewhat extends ''target symbols add', making it possible to specify symbol file path and inferior module UUID at the same time.
This way even users can load symbols for stripped binaries even if build-id or debuglink sections are missing.


https://reviews.llvm.org/D35607

Files:
  packages/Python/lldbsuite/test/linux/add-symbols/Makefile
  packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymbolsAddCommand.py
  packages/Python/lldbsuite/test/linux/add-symbols/main.c
  source/Commands/CommandObjectTarget.cpp
  source/Host/common/Symbols.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35607.107244.patch
Type: text/x-patch
Size: 5981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170719/557de699/attachment-0001.bin>


More information about the lldb-commits mailing list