llvm-project/lldb/packages/Python/lldbsuite/test/linux
Eugene Zemtsov 7cff7d4664 Extend 'target symbols add' to load symbols from a given module
Now -shlib flag can be provided alongside with names of symbols files:

(lldb) target symbols add --shlib stripper-lib.so unstripper-lib.so

This is helpful when default matching mechanisms by name and UUID
can't find a module, and the user needs to explicitly specify
which module the given symbol file belongs to.

Differential Revision: https://reviews.llvm.org/D35607

llvm-svn: 308933
2017-07-24 22:52:39 +00:00
..
add-symbols Extend 'target symbols add' to load symbols from a given module 2017-07-24 22:52:39 +00:00
builtin_trap Remove an ancient XFAIL from TestBuiltinTrap 2016-09-26 13:50:06 +00:00
thread/create_during_instruction_step NPL: Fix one more bug in the single step workaround 2017-02-17 11:48:34 +00:00