[all-commits] [llvm/llvm-project] 1ef2f3: [NFC][lldb][Windows] Move ProcessIOHandler in Targ...
Charles Zablit via All-commits
all-commits at lists.llvm.org
Mon Jun 8 08:59:20 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ef2f3b98b130bb99ecd412094de44dda89bd392
https://github.com/llvm/llvm-project/commit/1ef2f3b98b130bb99ecd412094de44dda89bd392
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
A lldb/include/lldb/Target/ProcessIOHandler.h
M lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
R lldb/source/Plugins/Process/Windows/Common/IOHandlerProcessSTDIOWindows.cpp
R lldb/source/Plugins/Process/Windows/Common/IOHandlerProcessSTDIOWindows.h
M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
M lldb/source/Target/CMakeLists.txt
M lldb/source/Target/Process.cpp
A lldb/source/Target/ProcessIOHandler.cpp
Log Message:
-----------
[NFC][lldb][Windows] Move ProcessIOHandler in Target (#202353)
This patch merges `IOHandlerProcessSTDIO` and
`IOHandlerProcessSTDIOWindows` in one file: `ProcessIOHandler.h`.
This is an NFC change which reduces the size of `Process.cpp` and allows
to reuse `IOHandlerProcessSTDIOWindows` in GDBRemote, ahead of
https://github.com/llvm/llvm-project/pull/201638.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list