[Lldb-commits] [PATCH] D35607: Extend 'target symbols add' to set symbol file for a given module
Eugene Zemtsov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 20 20:05:52 PDT 2017
eugene updated this revision to Diff 107628.
eugene retitled this revision from "Extend 'target symbols add' to load symbols from a given file by UUID." to "Extend 'target symbols add' to set symbol file for a given module".
eugene edited the summary of this revision.
eugene added a comment.
Found a way to implement what I need much easily and switched to using file names instead of UUID.
Please take another look.
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/Interpreter/CommandObject.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35607.107628.patch
Type: text/x-patch
Size: 5349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170721/5bb1888e/attachment-0001.bin>
More information about the lldb-commits
mailing list