Skip to content
Snippets Groups Projects
Commit 3c37ee43 authored by mailwl's avatar mailwl
Browse files

Small fix to let IDA see target.xml

parent 0dfad003
No related branches found
No related tags found
No related merge requests found
...@@ -413,7 +413,7 @@ static void HandleQuery() { ...@@ -413,7 +413,7 @@ static void HandleQuery() {
if (strcmp(query, "TStatus") == 0) { if (strcmp(query, "TStatus") == 0) {
SendReply("T0"); SendReply("T0");
} else if (strncmp(query, "Supported:", strlen("Supported:")) == 0) { } else if (strncmp(query, "Supported", strlen("Supported")) == 0) {
// PacketSize needs to be large enough for target xml // PacketSize needs to be large enough for target xml
SendReply("PacketSize=800;qXfer:features:read+"); SendReply("PacketSize=800;qXfer:features:read+");
} else if (strncmp(query, "Xfer:features:read:target.xml:", } else if (strncmp(query, "Xfer:features:read:target.xml:",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment