Skip to content

Commit cd694c0

Browse files
committed
GDBServer: Improve ack handling
Treat acks as complete packets, that way it doesn't spam an error when only an ack is sent.
1 parent c717f54 commit cd694c0

2 files changed

Lines changed: 152 additions & 135 deletions

File tree

src/common/log_channels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
X(FileLoader) \
2424
X(FileSystem) \
2525
X(FullscreenUI) \
26-
X(GDBProtocol) \
26+
X(GDBServer) \
2727
X(GPU) \
2828
X(GPUDevice) \
2929
X(GPUDump) \

0 commit comments

Comments
 (0)