[all-commits] [llvm/llvm-project] 2afaf0: Implement vAttachOrWait
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Sun Jan 24 12:39:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2afaf072f5c1467767081571f2a3747b3ba91354
https://github.com/llvm/llvm-project/commit/2afaf072f5c1467767081571f2a3747b3ba91354
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2021-01-24 (Sun, 24 Jan 2021)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
A lldb/test/API/tools/lldb-server/TestGdbRemoteAttachOrWait.py
Log Message:
-----------
Implement vAttachOrWait
Implements the required functions on gdb-remote so the '--include-existing' flag of process attach works correctly on Linux.
Reviewed By: labath, clayborg
Differential Revision: https://reviews.llvm.org/D94672
More information about the All-commits
mailing list