[all-commits] [llvm/llvm-project] 09531e: [lldb] [llgs] Improve stdio forwarding in multipro...
Michał Górny via All-commits
all-commits at lists.llvm.org
Fri Jul 15 13:12:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09531ede6d5622da68941902072dbca517d31318
https://github.com/llvm/llvm-project/commit/09531ede6d5622da68941902072dbca517d31318
Author: Michał Górny <mgorny at moritz.systems>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
M lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py
M lldb/test/API/tools/lldb-server/main.cpp
Log Message:
-----------
[lldb] [llgs] Improve stdio forwarding in multiprocess+nonstop
Enable stdio forwarding when nonstop mode is enabled, and disable it
once it is disabled. This makes it possible to cleanly handle stdio
forwarding while running multiple processes in non-stop mode.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D128932
More information about the All-commits
mailing list