[all-commits] [llvm/llvm-project] b6c24c: [lldb] [gdb-remote] Move ReadPacketWithOutputSuppo...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Oct 3 09:43:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6c24c161900a035f5ea7193f4816b6d192d6ac8
https://github.com/llvm/llvm-project/commit/b6c24c161900a035f5ea7193f4816b6d192d6ac8
Author: Michał Górny <mgorny at gentoo.org>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
Log Message:
-----------
[lldb] [gdb-remote] Move ReadPacketWithOutputSupport() to client
Move ReadPacketWithOutputSupport() from GDBRemoteCommunication
to GDBRemoteClientBase. This function is client-specific and moving
it there simplifies followup patches that split communication into
separate thread.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D135028
More information about the All-commits
mailing list