The packet is not used by lldb, but some clients can still end up using
it. For example, the Go debugger gets confused when we support g but not
G.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147047
[lldb-server] Implement the G packet DraftPublic Authored by labath on Mar 28 2023, 6:40 AM. This is a draft revision that has not yet been submitted for review.
Details
Summary The packet is not used by lldb, but some clients can still end up using
Diff Detail
Revision Contents
Diff 508987 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
|