[all-commits] [llvm/llvm-project] 225f24: [lldb/Reproducers] Move connection logic into repl...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue May 19 10:55:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 225f241c84469d7d29c9ef626558c302134c48ff
https://github.com/llvm/llvm-project/commit/225f241c84469d7d29c9ef626558c302134c48ff
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Log Message:
-----------
[lldb/Reproducers] Move connection logic into replay server (NFC)
Move the logic for connecting to the replay server into the replay
server itself, so it can be reused outside of ProcessGDBRemote.
More information about the All-commits
mailing list