Searched refs:DebugEvent (Results 1 – 25 of 232) sorted by relevance
12345678910
373 DEBUG_EVENT DebugEvent; in main() local374 std::memset(&DebugEvent, 0, sizeof(DebugEvent)); in main()425 success = WaitForDebugEvent(&DebugEvent, TimeLeft); in main()443 switch(DebugEvent.dwDebugEventCode) { in main()448 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()449 DebugEvent.u.CreateProcessInfo.hProcess; in main()450 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile); in main()458 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId) in main()459 return DebugEvent.u.ExitProcess.dwExitCode; in main()463 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()[all …]
63 if (event == Debug.DebugEvent.BeforeCompile ||64 event == Debug.DebugEvent.AfterCompile ||65 event == Debug.DebugEvent.CompileError) {67 if (event == Debug.DebugEvent.BeforeCompile) {69 } else if (event == Debug.DebugEvent.AfterCompile) {100 if (event == Debug.DebugEvent.AfterCompile) {
35 if (event == Debug.DebugEvent.Break ||36 event == Debug.DebugEvent.Exception)57 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Exception);70 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Break);
37 if (event == Debug.DebugEvent.BeforeCompile) {40 } else if (event == Debug.DebugEvent.AfterCompile) {
17 if (event == Debug.DebugEvent.Break) {19 } else if (event == Debug.DebugEvent.Exception) {
66 if (event == Debug.DebugEvent.Break) {75 } else if (event == Debug.DebugEvent.AfterCompile) {
72 if (event == Debug.DebugEvent.Break)110 if (event == Debug.DebugEvent.Break)
71 if (event == Debug.DebugEvent.Break) {184 if (event == Debug.DebugEvent.Break)
11 if (event != Debug.DebugEvent.Break) return;
12 if (event != Debug.DebugEvent.Break) return;
251 static MessageImpl NewEvent(DebugEvent event,257 static MessageImpl NewResponse(DebugEvent event,267 virtual DebugEvent GetEvent() const;278 DebugEvent event,286 DebugEvent event_; // Debug event causing the break.298 EventDetailsImpl(DebugEvent event,303 virtual DebugEvent GetEvent() const;312 DebugEvent event_; // Debug event causing the break.596 Handle<Script> script, v8::DebugEvent type);606 void CallEventCallback(v8::DebugEvent event,[all …]
19 if (event == Debug.DebugEvent.Break) break_count++;20 if (event != Debug.DebugEvent.AfterCompile) return;
19 if (event == Debug.DebugEvent.Break) {23 } else if (event = Debug.DebugEvent.Exception) {
33 if (event == Debug.DebugEvent.Break) {
16 enum DebugEvent { enum48 virtual DebugEvent GetEvent() const = 0;99 virtual DebugEvent GetEvent() const = 0;
28 if (event == Debug.DebugEvent.AsyncTaskEvent) return;30 if (event == Debug.DebugEvent.Exception) {
53 if (event == Debug.DebugEvent.Break) {94 if (event == Debug.DebugEvent.Break) {
12 if (event == Debug.DebugEvent.Break) {
16 if (event != Debug.DebugEvent.Break) return;
40 if (event == Debug.DebugEvent.ScriptCollected) {