Home
last modified time | relevance | path

Searched refs:STATUS_BREAKPOINT (Results 1 – 24 of 24) sorted by relevance

/reactos/ntoskrnl/kd64/
H A Dkdtrap.c69 if ((ExceptionCode == STATUS_BREAKPOINT) || in KdpReport()
153 if ((ExceptionRecord->ExceptionCode == STATUS_BREAKPOINT) && in KdpTrap()
277 if ((ExceptionRecord->ExceptionCode == STATUS_BREAKPOINT) && in KdpStub()
326 if ((ExceptionRecord->ExceptionCode == STATUS_BREAKPOINT) && in KdIsThisAKdTrap()
H A Dkdprint.c512 Status = STATUS_BREAKPOINT; in KdpPrint()
/reactos/ntoskrnl/kdbg/
H A Dkdb.c654 ASSERT(ExceptionCode == STATUS_SINGLE_STEP || ExceptionCode == STATUS_BREAKPOINT); in KdbpIsBreakPointOurs()
656 if (ExceptionCode == STATUS_BREAKPOINT) /* Software interrupt */ in KdbpIsBreakPointOurs()
1219 case STATUS_BREAKPOINT: in KdbpGetExceptionNumberFromStatus()
1290 ExceptionCode = (ExceptionRecord ? ExceptionRecord->ExceptionCode : STATUS_BREAKPOINT); in KdbEnterDebuggerException()
1296 ExceptionCode == STATUS_BREAKPOINT || in KdbEnterDebuggerException()
1317 … if (FirstChance && (ExceptionCode == STATUS_SINGLE_STEP || ExceptionCode == STATUS_BREAKPOINT) && in KdbEnterDebuggerException()
1322 if (ExceptionCode == STATUS_BREAKPOINT) in KdbEnterDebuggerException()
1380 ASSERT(ExceptionCode == STATUS_BREAKPOINT); in KdbEnterDebuggerException()
1492 else if (ExceptionCode == STATUS_BREAKPOINT) in KdbEnterDebuggerException()
1613 if (ExceptionCode == STATUS_BREAKPOINT) /* FIXME: Why clear DR6 on INT3? */ in KdbEnterDebuggerException()
/reactos/drivers/base/kdgdb/
H A Dgdb_send.c27 case STATUS_BREAKPOINT: in exception_code_to_gdb()
H A Dgdb_input.c917 if ((Exception->ExceptionRecord.ExceptionCode == STATUS_BREAKPOINT) in handle_gdb_c()
/reactos/ntoskrnl/ke/arm/
H A Dexp.c178 case STATUS_BREAKPOINT: in KiDispatchException()
H A Dtrapc.c481 ExceptionRecord.ExceptionCode = STATUS_BREAKPOINT; in KiPrefetchAbortHandler()
/reactos/sdk/lib/rtl/
H A Ddebug.c147 if (Status == STATUS_BREAKPOINT) in vDbgPrintExWithPrefixInternal()
H A Derror.c320 STATUS_BREAKPOINT, /* 80000003 (STATUS_BREAKPOINT) */
/reactos/sdk/include/ndk/i386/
H A Dasm.h544 #define STATUS_BREAKPOINT 0x80000003 macro
/reactos/sdk/include/ndk/amd64/
H A Dasm.h352 #define STATUS_BREAKPOINT HEX(80000003) macro
/reactos/ntoskrnl/ke/amd64/
H A Dexcept.c272 case STATUS_BREAKPOINT: in KiDispatchException()
H A Dtrap.S239 DispatchException STATUS_BREAKPOINT, 3, BREAKPOINT_BREAK, 0, 0
593 …DispatchException STATUS_BREAKPOINT, 3, [rbp+KTRAP_FRAME_Rax], [rbp+KTRAP_FRAME_Rcx], [rbp+KTRAP_F…
/reactos/dll/win32/rpcrt4/
H A Drpcrt4_main.c865 case STATUS_BREAKPOINT: in RpcExceptionFilter()
/reactos/modules/rostests/winetests/ntdll/
H A Dexception.c291 17, 0, FALSE, STATUS_BREAKPOINT, 3, { 0xb8b8b8b8, 0xb9b9b9b9, 0xbabababa } },
559 … (rec->ExceptionCode == STATUS_BREAKPOINT && rec->ExceptionAddress == (char*)context->Eip + 1), in handler()
563 if (except->status == STATUS_BREAKPOINT && is_wow64) in handler()
/reactos/ntoskrnl/ke/i386/
H A Dexp.c831 case STATUS_BREAKPOINT: in KiDispatchException()
H A Dtraphdlr.c231 KiDispatchExceptionFromTrapFrame(STATUS_BREAKPOINT, in KiDebugHandler()
/reactos/sdk/include/asm/
H A Dksx.template.h193 CONSTANT(STATUS_BREAKPOINT),
/reactos/ntoskrnl/dbgk/
H A Ddbgkobj.c888 STATUS_BREAKPOINT) in DbgkpConvertKernelToUserStateChange()
/reactos/modules/rostests/winetests/rpcrt4/
H A Drpc.c672 case STATUS_BREAKPOINT: in test_RpcExceptionFilter()
/reactos/sdk/include/psdk/
H A Dntstatus.h184 #define STATUS_BREAKPOINT ((NTSTATUS)0x80000003) macro
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c967 CASE_RETURN_STR(STATUS_BREAKPOINT); in NtStatusToStr()
/reactos/sdk/include/xdk/
H A Dwinnt_old.h148 #define STATUS_BREAKPOINT ((DWORD)0x80000003) macro
/reactos/sdk/include/reactos/mc/
H A Dntstatus.mc809 SymbolicName=STATUS_BREAKPOINT