Home
last modified time | relevance | path

Searched refs:RDebugReasonType (Results 1 – 11 of 11) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/debug/p/
H A Ddebug_winkd.c56 static RDebugReasonType r_debug_winkd_wait(RDebug *dbg, int pid) { in r_debug_winkd_wait()
57 RDebugReasonType reason = R_DEBUG_REASON_UNKNOWN; in r_debug_winkd_wait()
H A Ddebug_native.c307 static RDebugReasonType r_debug_native_wait(RDebug *dbg, int pid) { in r_debug_native_wait()
308 RDebugReasonType reason = R_DEBUG_REASON_UNKNOWN; in r_debug_native_wait()
437 static RDebugReasonType r_debug_native_wait(RDebug *dbg, int pid) { in r_debug_native_wait()
438 RDebugReasonType reason = R_DEBUG_REASON_UNKNOWN; in r_debug_native_wait()
450 static RDebugReasonType r_debug_native_wait(RDebug *dbg, int pid) {
451 RDebugReasonType reason = R_DEBUG_REASON_UNKNOWN;
H A Ddebug_gdb.c344 static RDebugReasonType r_debug_gdb_wait(RDebug *dbg, int pid) { in r_debug_gdb_wait()
H A Ddebug_windbg.c91 static RDebugReasonType exception_to_reason(DWORD ExceptionCode) { in exception_to_reason()
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/linux/
H A Dlinux_debug.c75 static RDebugReasonType linux_handle_new_task(RDebug *dbg, int tid);
214 RDebugReasonType linux_ptrace_event (RDebug *dbg, int ptid, int status, bool dowait) { in linux_ptrace_event()
305 static RDebugReasonType linux_handle_new_task(RDebug *dbg, int tid) { in linux_handle_new_task()
477 RDebugReasonType linux_dbg_wait(RDebug *dbg, int pid) { in linux_dbg_wait()
478 RDebugReasonType reason = R_DEBUG_REASON_UNKNOWN; in linux_dbg_wait()
H A Dlinux_debug.h123 RDebugReasonType linux_ptrace_event(RDebug *dbg, int pid, int status, bool dowait);
/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddebug.c667 R_API RDebugReasonType r_debug_stop_reason(RDebug *dbg) { in r_debug_stop_reason()
682 R_API RDebugReasonType r_debug_wait(RDebug *dbg, RBreakpointItem **bp) { in r_debug_wait()
683 RDebugReasonType reason = R_DEBUG_REASON_ERROR; in r_debug_wait()
893 RDebugReasonType reason; in r_debug_step_hard()
1125 RDebugReasonType reason = R_DEBUG_REASON_NONE; in r_debug_continue_kill()
1514 RDebugReasonType reason; in r_debug_continue_syscalls()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_debug.h117 } RDebugReasonType; typedef
437 R_API RDebugReasonType r_debug_stop_reason(RDebug *dbg);
441 R_API RDebugReasonType r_debug_wait(RDebug *dbg, RBreakpointItem **bp);
/dports/devel/radare2/radare2-5.1.1/
H A DDEVELOPERS.md192 r_core_wrap.cxx:32103:61: error: assigning to 'RDebugReasonType' from incompatible type 'int'
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/windows/
H A Dwindows_debug.c820 static RDebugReasonType exception_to_reason (DWORD ExceptionCode) { in exception_to_reason()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_debug.c5122 RDebugReasonType stop = r_debug_stop_reason (core->dbg); in cmd_debug()