diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-05-31 00:41:21 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-06-04 23:13:13 +0200 |
| commit | 3390159e1f610a57465add05ca56c31cef78cdc2 (patch) | |
| tree | 4fa122e0c622f5efd68004f7c6014388ca816bf2 /gdbstub.h | |
| parent | a03d79fcc6f5c7ce7389d586977ca8d2cfe94f1a (diff) | |
| download | gdbstub-3390159e1f610a57465add05ca56c31cef78cdc2.tar.gz | |
Added support for Z0/z0 (aka breakpoint) commands
Diffstat (limited to 'gdbstub.h')
| -rw-r--r-- | gdbstub.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,5 +82,7 @@ int dbg_sys_mem_readb(address addr, char *val); int dbg_sys_mem_writeb(address addr, char val); int dbg_sys_continue(void); int dbg_sys_step(void); +int dbg_sys_breakpoint(address addr); +int dbg_sys_del_breakpoint(address addr); #endif |
