[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
Fri Jan 19 09:59:55 PST 2018
owenpshaw updated this revision to Diff 130643.
owenpshaw added a comment.
Herald added a subscriber: mgorny.
- Updated to use TestBase.process() instead of a new member
- Added yaml2obj dependency. It it okay to be an unconditional dependency?
- I can put the socket close() back in, but had removed it because python should close it automatically on garbage collection, so it didn't seem to matter either way
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
test/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42195.130643.patch
Type: text/x-patch
Size: 18223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180119/c335ea97/attachment-0001.bin>
More information about the lldb-commits
mailing list