[all-commits] [llvm/llvm-project] 34a57d: [lldb/Reproducers] Make DoConnectRemote connect to...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu May 7 10:09:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 34a57dc972c2d16f176e47339a7c2c95cdc31e75
https://github.com/llvm/llvm-project/commit/34a57dc972c2d16f176e47339a7c2c95cdc31e75
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Log Message:
-----------
[lldb/Reproducers] Make DoConnectRemote connect to the replay server.
All entry points into ProcessGDBRemote that connect to the debug server
should connect to the replay server instead during reproducer replay.
This patch adds the necessary logic for ConnectRemote, which is
accessible from the SB API. This fixes active replay for
TestRecognizeBreakpoint.py as described in D78588.
More information about the All-commits
mailing list