Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwince.c158 static DEBUG_EVENT current_event; /* The current debug event from variable
1163 LOAD_DLL_DEBUG_INFO *event = &current_event.u.LoadDll; in handle_load_dll()
1243 gdb_wince_len nbytes = current_event.u.DebugString.nDebugStringLength; in handle_output_debug_string()
1250 current_event.u.DebugString.lpDebugStringData, in handle_output_debug_string()
1276 if (current_event.u.Exception.dwFirstChance) in handle_exception()
1282 switch (current_event.u.Exception.ExceptionRecord.ExceptionCode) in handle_exception()
1286 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1291 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1296 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1301 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
[all …]
Dwin32-nat.c115 static DEBUG_EVENT current_event; /* The current debug event from variable
239 if (get_context > 0 && id != current_event.dwThreadId) in thread_rec()
679 LOAD_DLL_DEBUG_INFO *event = &current_event.u.LoadDll; in handle_load_dll()
704 DWORD lpBaseOfDll = (DWORD) current_event.u.UnloadDll.lpBaseOfDll + 0x1000; in handle_unload_dll()
915 ((CORE_ADDR) current_event.u.DebugString.lpDebugStringData, &s, 1024, 0) in handle_output_debug_string()
1060 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress)
1066 DWORD code = current_event.u.Exception.ExceptionRecord.ExceptionCode; in handle_exception()
1071 th = thread_rec (current_event.dwThreadId, -1); in handle_exception()
1152 if (current_event.u.Exception.dwFirstChance) in handle_exception()
1155 current_event.u.Exception.ExceptionRecord.ExceptionCode, in handle_exception()
[all …]
DChangeLog-200213556 (thread_rec): Set dr array if id is the thread of current_event .