Home
last modified time | relevance | path

Searched refs:DbgBreakPointWithStatus (Results 1 – 16 of 16) sorted by relevance

/reactos/sdk/lib/rtl/amd64/
H A Ddebug_asm.S14 PUBLIC DbgBreakPointWithStatus
38 .PROC DbgBreakPointWithStatus label
/reactos/sdk/include/xdk/
H A Dkdfuncs.h109 #define KdBreakPointWithStatus(s) DbgBreakPointWithStatus(s)
161 DbgBreakPointWithStatus(
/reactos/sdk/lib/debugsup/
H A Ddebugsup-ntos.spec2 @ stdcall DbgBreakPointWithStatus(long)
/reactos/sdk/lib/rtl/arm/
H A Ddebug_asm.S23 LEAF_ENTRY DbgBreakPointWithStatus
/reactos/ntoskrnl/ex/
H A Ddbgctrl.c137 DbgBreakPointWithStatus(DBG_STATUS_WORKER); in ExpDebuggerWorker()
H A Dinit.c1107 DbgBreakPointWithStatus(DBG_STATUS_CONTROL_C); in ExpInitializeExecutive()
/reactos/ntoskrnl/ke/
H A Dtime.c104 DbgBreakPointWithStatus(DBG_STATUS_CONTROL_C); in KeUpdateSystemTime()
H A Dbug.c503 DbgBreakPointWithStatus(StatusCode); in KiBugCheckDebugBreak()
/reactos/sdk/include/ndk/
H A Dumfuncs.h35 DbgBreakPointWithStatus(
/reactos/sdk/lib/rtl/
H A Ddebug.c150 DbgBreakPointWithStatus(DBG_STATUS_CONTROL_C); in vDbgPrintExWithPrefixInternal()
/reactos/ntoskrnl/ke/arm/
H A Dkiinit.c393 if (KdPollBreakIn()) DbgBreakPointWithStatus(DBG_STATUS_CONTROL_C); in KiInitializeSystem()
/reactos/ntoskrnl/ke/amd64/
H A Dkiinit.c535 if (KdPollBreakIn()) DbgBreakPointWithStatus(DBG_STATUS_CONTROL_C); in KiSystemStartup()
/reactos/ntoskrnl/ke/i386/
H A Dkiinit.c854 if (KdPollBreakIn()) DbgBreakPointWithStatus(DBG_STATUS_CONTROL_C); in KiSystemStartup()
/reactos/drivers/input/i8042prt/
H A Dkeyboard.c862 DbgBreakPointWithStatus(DBG_STATUS_SYSRQ); in i8042KbdInterruptService()
/reactos/ntoskrnl/kdbg/
H A Dkdb_cli.c3475 DbgBreakPointWithStatus(DBG_STATUS_CONTROL_C); in KdbpCliInit()
/reactos/ntoskrnl/
H A Dntoskrnl.spec47 @ stdcall DbgBreakPointWithStatus(long)