[all-commits] [llvm/llvm-project] 249424: [lldb] Move QThreadSuffixSupported and QListThread...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Apr 14 12:09:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2494243ed3f2ec2d7aba6e879fff47ff0ed71683
https://github.com/llvm/llvm-project/commit/2494243ed3f2ec2d7aba6e879fff47ff0ed71683
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
Log Message:
-----------
[lldb] Move QThreadSuffixSupported and QListThreadsInStopReply into llgs
These were in the shared llgs+platform code, but they only make sense
for llgs (as they deal with how the server reports information about
debugged processes).
Commit: ded660495f4e6514823db9ebadbbfa7653c061f3
https://github.com/llvm/llvm-project/commit/ded660495f4e6514823db9ebadbbfa7653c061f3
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
Log Message:
-----------
[lldb/test] Remove the "expect_captures" feature of lldb-server tests
This functionality is used exactly once, and it is trivial to implement
it differently (capture into two distinct variables, and compare for
equality afterwards).
Compare: https://github.com/llvm/llvm-project/compare/da0ef5ad5b26...ded660495f4e
More information about the All-commits
mailing list