diff options
author | Pavel Labath <pavel@labath.sk> | 2021-11-18 13:52:44 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2021-11-22 15:14:50 +0100 |
commit | 7c8ae65f2c3d5c1a6aba2f7ee7588f9f76f94f84 (patch) | |
tree | f0c6046fca8c8e27677190f91a7a54d8fa063bde /lldb/unittests/ScriptInterpreter/Python | |
parent | 247a1a55eb6a58199006565d594c6f6c6b58b736 (diff) | |
download | llvm-7c8ae65f2c3d5c1a6aba2f7ee7588f9f76f94f84.zip llvm-7c8ae65f2c3d5c1a6aba2f7ee7588f9f76f94f84.tar.gz llvm-7c8ae65f2c3d5c1a6aba2f7ee7588f9f76f94f84.tar.bz2 |
[lldb/test] Make it possible to run the mock gdb server on a single thread
This is a preparatory commit to enable mocking of qemu startup. That
will involve running the mock server in a separate process, so there's
no need for multithreading.
Initialization is moved from the start function into the constructor
(which can then take an actual socket instead of a class), and the run
method is made public.
Depends on D114156.
Differential Revision: https://reviews.llvm.org/D114157
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions