Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dwince-stub.c451 DWORD pid = getdword (L"ContinueDebugEvent pid", s, GDB_CONTINUEDEBUGEVENT); in continue_debug_event()
452 DWORD tid = getdword (L"ContinueDebugEvent tid", s, GDB_CONTINUEDEBUGEVENT); in continue_debug_event()
453 DWORD status = getdword (L"ContinueDebugEvent status", s, GDB_CONTINUEDEBUGEVENT); in continue_debug_event()
455 putresult (L"ContinueDebugEvent result", res, s, GDB_CONTINUEDEBUGEVENT, &res, sizeof (res)); in continue_debug_event()
510 case GDB_CONTINUEDEBUGEVENT: in dispatch()
Dwince-stub.h38 GDB_CONTINUEDEBUGEVENT, enumerator
Dwince.c796 putdword ("ContinueDebugEvent pid", GDB_CONTINUEDEBUGEVENT, pid); in continue_debug_event()
797 putdword ("ContinueDebugEvent tid", GDB_CONTINUEDEBUGEVENT, tid); in continue_debug_event()
798 putdword ("ContinueDebugEvent status", GDB_CONTINUEDEBUGEVENT, status); in continue_debug_event()
800 GDB_CONTINUEDEBUGEVENT, &res, NULL); in continue_debug_event()