]> sourceware.org Git - valgrind.git/commit
vgdb.c: Encode the qRcmd reply as hex string
authorAlexandra Petlanova Hajkova <ahajkova@redhat.com>
Wed, 29 Nov 2023 10:40:13 +0000 (05:40 -0500)
committerMark Wielaard <mark@klomp.org>
Sat, 2 Dec 2023 00:15:31 +0000 (01:15 +0100)
commitaed6de1a943d2beae5ba6180552d410922f9b8bd
treeaae7ac256a93ceb8559f67295ffce37f3f9ade11
parentb0d87cc46d7cd85f164ff2e032672d56fad69d87
vgdb.c: Encode the qRcmd reply as hex string

When vgdb replies to qRcmd packet recieved from GDB, it
used to send the reply as simple string. This is wrong,
GDB expects to get a hex encoded string.

https://bugs.kde.org/show_bug.cgi?id=477719
NEWS
coregrind/vgdb.c
This page took 0.031403 seconds and 5 git commands to generate.