Abstract sending ^c packet into a dedicated
GDBRemoteClientBase::SendCtrlC() method. This makes it possible to avoid
exposing the complete Write() method in the API.
Sponsored by: The FreeBSD Foundation
Paths
| Differential D135030
[lldb] [gdb-remote] Abstract sending ^c packet into SendCtrlC() method Needs ReviewPublic Authored by mgorny on Oct 2 2022, 3:49 AM.
Details
Summary Abstract sending ^c packet into a dedicated Sponsored by: The FreeBSD Foundation
Diff Detail Event Timelinemgorny added a child revision: D135031: [lldb] [llgs] Move client-server communication into a separate thread (WIP). Comment Actions Maybe we want to call it SendInterrupt? Looks fine to me as a minor tidy-up either way.
Revision Contents
Diff 464546 lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
|