[Lldb-commits] [PATCH] D42195: [lldb] Generic base for testing gdb-remote behavior
Owen Shaw via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 24 10:46:11 PST 2018
owenpshaw updated this revision to Diff 131310.
owenpshaw added a comment.
- Updated condition for yaml2obj dependency, now based on LLDB_BUILT_STANDALONE
- Find yaml2obj in the same directory as clang
- Move yaml2obj code into lldbtest.py so it's available to all tests
Is the findBuiltClang function the right thing to use here? I can't find anything else that uses it.
https://reviews.llvm.org/D42195
Files:
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteClient.py
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/a.yaml
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
packages/Python/lldbsuite/test/lldbtest.py
test/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42195.131310.patch
Type: text/x-patch
Size: 18851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180124/a638d3f5/attachment-0001.bin>
More information about the lldb-commits
mailing list