Home
last modified time | relevance | path

Searched refs:r_debug_continue_until_optype (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddebug.c1331 R_API int r_debug_continue_until_optype(RDebug *dbg, int type, int over) { in r_debug_continue_until_optype() function
1500 r_debug_continue_until_optype (dbg, R_ANAL_OP_TYPE_SWI, 0); in r_debug_continue_syscalls()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_debug.h448 R_API int r_debug_continue_until_optype(RDebug *dbg, int type, int over);
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_debug.c4403 r_debug_continue_until_optype (core->dbg, R_ANAL_OP_TYPE_UCALL, 0); in cmd_debug_continue()
4405 r_debug_continue_until_optype (core->dbg, R_ANAL_OP_TYPE_CALL, 0); in cmd_debug_continue()
4410 r_debug_continue_until_optype (core->dbg, R_ANAL_OP_TYPE_RET, 1); in cmd_debug_continue()