HomeSort by relevance Sort by last modified time
    Searched full:debugevent (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 371 DEBUG_EVENT DebugEvent;
372 std::memset(&DebugEvent, 0, sizeof(DebugEvent));
423 success = WaitForDebugEvent(&DebugEvent, TimeLeft);
441 switch(DebugEvent.dwDebugEventCode) {
446 ProcessIDToHandle[DebugEvent.dwProcessId] =
447 DebugEvent.u.CreateProcessInfo.hProcess;
448 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile);
456 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId)
457 return DebugEvent.u.ExitProcess.dwExitCode
    [all...]
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 411 DEBUG_EVENT DebugEvent;
412 std::memset(&DebugEvent, 0, sizeof(DebugEvent));
463 success = WaitForDebugEvent(&DebugEvent, TimeLeft);
480 switch(DebugEvent.dwDebugEventCode) {
485 ProcessIDToHandle[DebugEvent.dwProcessId] =
486 DebugEvent.u.CreateProcessInfo.hProcess;
487 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile);
495 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId)
496 return DebugEvent.u.ExitProcess.dwExitCode
    [all...]
  /external/v8/src/js/
promise.js 33 // false debugEvent so that forwarding the rejection through all does not
97 // false debugEvent so that forwarding the rejection through race does not
  /external/v8/src/debug/
debug.h 468 Handle<Script> script, v8::DebugEvent type);
472 void ProcessCompileEvent(v8::DebugEvent event, Handle<Script> script);
473 void ProcessDebugEvent(v8::DebugEvent event, Handle<JSObject> event_data);
622 void ProcessDebugEvent(v8::DebugEvent event, Handle<JSObject> event_data);
623 virtual void ProcessDebugEvent(v8::DebugEvent event,
635 void ProcessDebugEvent(v8::DebugEvent event, Handle<JSObject> event_data,
652 EventDetails(DebugEvent event, Handle<JSObject> exec_state,
654 virtual DebugEvent GetEvent() const;
663 DebugEvent event_; // Debug event causing the break.
670 void ProcessDebugEvent(v8::DebugEvent event, Handle<JSObject> event_data
    [all...]
debug.js 34 Debug.DebugEvent = { Break: 1,
870 return Debug.DebugEvent.Break;
913 return Debug.DebugEvent.Exception;
debug.cc     [all...]
  /external/v8/include/
v8-debug.h 16 enum DebugEvent {
46 virtual DebugEvent GetEvent() const = 0;
96 virtual DebugEvent GetEvent() const = 0;
  /external/v8/src/
bootstrapper.cc     [all...]

Completed in 764 milliseconds