[Lldb-commits] [PATCH] D58177: Fix lldb-server test suite for python3
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 14 05:17:24 PST 2019
labath updated this revision to Diff 186823.
labath marked an inline comment as done.
labath added a comment.
- rename the string conversion functions and explain their operation in more detail
- add "from __future__ import division" to ensure consistency between python versions
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58177/new/
https://reviews.llvm.org/D58177
Files:
packages/Python/lldbsuite/support/seven.py
packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteModuleInfo.py
packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
packages/Python/lldbsuite/test/tools/lldb-server/socket_packet_pump.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58177.186823.patch
Type: text/x-patch
Size: 8990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190214/fc0a7659/attachment.bin>
More information about the lldb-commits
mailing list