Fixed api ref

snare 2014-10-17 23:44:55 +11:00
parent 3386215316
commit 204fce7383
1 changed files with 2 additions and 2 deletions

@ -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"
}