From 204fce7383e3b3d936f16c24fa732f7691f686ff Mon Sep 17 00:00:00 2001 From: snare Date: Fri, 17 Oct 2014 23:44:55 +1100 Subject: [PATCH] Fixed api ref --- JSON-API-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }