Searched refs:DEBUG_EVENT (Results 1 – 14 of 14) sorted by relevance
/reactos/ntoskrnl/dbgk/ |
H A D | dbgkobj.c | 46 DEBUG_EVENT LocalDebugEvent; in DbgkpQueueMessage() 61 sizeof(DEBUG_EVENT), in DbgkpQueueMessage() 1188 DebugEvent = CONTAINING_RECORD(DebugEventList, DEBUG_EVENT, EventList); in DbgkpCloseObject() 1316 DebugEvent = CONTAINING_RECORD(NextEntry, DEBUG_EVENT, EventList); in DbgkpSetProcessDebugObject() 1397 DebugEvent = CONTAINING_RECORD(NextEntry, DEBUG_EVENT, EventList); in DbgkpSetProcessDebugObject() 1461 DebugEvent = CONTAINING_RECORD(NextEntry, DEBUG_EVENT, EventList); in DbgkClearProcessDebugObject() 1484 DebugEvent = CONTAINING_RECORD(NextEntry, DEBUG_EVENT, EventList); in DbgkClearProcessDebugObject() 1729 DEBUG_EVENT, in NtDebugContinue() 2110 DEBUG_EVENT, in NtWaitForDebugEvent() 2127 DEBUG_EVENT, in NtWaitForDebugEvent()
|
/reactos/base/applications/drwtsn32/ |
H A D | drwtsn32.h | 59 bool UpdateFromEvent(DEBUG_EVENT& evt, DumpData& data);
|
H A D | drwtsn32.cpp | 56 bool UpdateFromEvent(DEBUG_EVENT& evt, DumpData& data) in UpdateFromEvent()
|
H A D | main.cpp | 358 DEBUG_EVENT evt; in wWinMain()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | generated.c | 766 TEST_FIELD_SIZE (DEBUG_EVENT, dwProcessId, 4) in test_pack_DEBUG_EVENT() 767 TEST_FIELD_ALIGN (DEBUG_EVENT, dwProcessId, 4) in test_pack_DEBUG_EVENT() 768 TEST_FIELD_OFFSET(DEBUG_EVENT, dwProcessId, 4) in test_pack_DEBUG_EVENT() 769 TEST_FIELD_SIZE (DEBUG_EVENT, dwThreadId, 4) in test_pack_DEBUG_EVENT() 770 TEST_FIELD_ALIGN (DEBUG_EVENT, dwThreadId, 4) in test_pack_DEBUG_EVENT() 771 TEST_FIELD_OFFSET(DEBUG_EVENT, dwThreadId, 8) in test_pack_DEBUG_EVENT() 2623 TEST_FIELD_SIZE (DEBUG_EVENT, dwProcessId, 4) in test_pack_DEBUG_EVENT() 2624 TEST_FIELD_ALIGN (DEBUG_EVENT, dwProcessId, 4) in test_pack_DEBUG_EVENT() 2626 TEST_FIELD_SIZE (DEBUG_EVENT, dwThreadId, 4) in test_pack_DEBUG_EVENT() 2627 TEST_FIELD_ALIGN (DEBUG_EVENT, dwThreadId, 4) in test_pack_DEBUG_EVENT() [all …]
|
H A D | debugger.c | 634 DEBUG_EVENT ev; in test_debug_loop() 773 DEBUG_EVENT ev; in test_debug_children()
|
H A D | loader.c | 2275 DEBUG_EVENT de; in dll_entry_point()
|
H A D | process.c | 1474 DEBUG_EVENT de; in test_DebuggingFlag()
|
/reactos/sdk/include/ndk/ |
H A D | dbgktypes.h | 239 } DEBUG_EVENT, *PDEBUG_EVENT; typedef
|
/reactos/ntoskrnl/tests/ |
H A D | TestDebug.c | 21 DEBUG_EVENT DebugEvent; in Main()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | process.c | 36 DEBUG_EVENT ev; in test_NtSuspendProcess()
|
H A D | info.c | 1380 DEBUG_EVENT ev; in test_query_process_debug_port() 1594 DEBUG_EVENT ev; in test_query_process_debug_object_handle() 1624 DEBUG_EVENT ev; in test_query_process_debug_flags()
|
H A D | exception.c | 931 DEBUG_EVENT de; in test_debugger()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 827 } DEBUG_EVENT,*LPDEBUG_EVENT; typedef
|