Searched refs:current_event (Results 1 - 2 of 2) sorted by relevance

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

Completed in 180 milliseconds