diff --git a/JSON-API-reference.md b/JSON-API-reference.md index 428f966..e4021d1 100644 --- a/JSON-API-reference.md +++ b/JSON-API-reference.md @@ -245,7 +245,7 @@ Read memory from the inferior. { "type": "request", - "request": "read_memory", + "request": "memory", "data": { "target_id": 0, "address": 0xffffff8012341234, @@ -347,7 +347,7 @@ Execute a command in the debugger host and return the output. { "type": "request", - "request": "execute_command", + "request": "command", "data": { "command": "x/32x $rsp" }