Rename baddr() to boff()
This commit is contained in:
@@ -400,7 +400,7 @@ void dbg_js_cont(js_State *js)
|
||||
js_pushundefined(js);
|
||||
}
|
||||
|
||||
void dbg_js_baddr(js_State *js)
|
||||
void dbg_js_boff(js_State *js)
|
||||
{
|
||||
Dbg *dbg = getdbg();
|
||||
const char *addr_str = js_tostring(js, 1);
|
||||
@@ -759,7 +759,7 @@ void dbg_init_js(Dbg *dbg)
|
||||
} while(0)
|
||||
|
||||
make_js_func(cont, 0, "Continue execution, ARGS=None");
|
||||
make_js_func(baddr, 1, "Place breakpoint at address, ARGS=Address:hex string");
|
||||
make_js_func(boff, 1, "Place breakpoint at offset, ARGS=Offset:hex string");
|
||||
make_js_func(rmbaddr, 1, "Remove breakpoint at address, ARGS=Address:hex string");
|
||||
make_js_func(lsbrk, 0, "List all breakpoints");
|
||||
make_js_func(splo, 1, "Set program load offset, ARGS=Offset:hex string");
|
||||
|
||||
Reference in New Issue
Block a user