[all-commits] [llvm/llvm-project] 6c0cd5: [lldb] Make `process connect` behave the same in s...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Nov 13 17:39:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6c0cd5676e0a0feaf836e0399023a6e21224467b
https://github.com/llvm/llvm-project/commit/6c0cd5676e0a0feaf836e0399023a6e21224467b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
A lldb/test/Shell/Commands/command-process-connect.test
Log Message:
-----------
[lldb] Make `process connect` behave the same in sync and async mode.
I think the check for whether the process is connected is totally bogus
in the first place, but on the off-chance that's it's not, we should
behave the same in synchronous and asynchronous mode.
More information about the All-commits
mailing list