HomeSort by relevance Sort by last modified time
    Searched refs:DebugEvent (Results 1 - 11 of 11) 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/include/
v8-debug.h 16 enum DebugEvent {
48 virtual DebugEvent GetEvent() const = 0;
99 virtual DebugEvent GetEvent() const = 0;
  /external/v8/src/debug/
debug.h 249 static MessageImpl NewEvent(DebugEvent event,
255 static MessageImpl NewResponse(DebugEvent event,
265 virtual DebugEvent GetEvent() const;
276 DebugEvent event,
284 DebugEvent event_; // Debug event causing the break.
296 EventDetailsImpl(DebugEvent event,
301 virtual DebugEvent GetEvent() const;
310 DebugEvent event_; // Debug event causing the break.
597 Handle<Script> script, v8::DebugEvent type);
605 void CallEventCallback(v8::DebugEvent event
    [all...]
debug-interface.h 24 virtual v8::DebugEvent GetEvent() const = 0;
debug.cc     [all...]
debug.js 44 Debug.DebugEvent = { Break: 1,
931 return Debug.DebugEvent.Break;
1011 return Debug.DebugEvent.Exception;
    [all...]
  /external/v8/src/
log.h 142 void DebugEvent(const char* event_type, Vector<uint16_t> parameter);
log.cc     [all...]
  /external/v8/src/inspector/
v8-debugger.cc 560 v8::DebugEvent event = eventDetails.GetEvent();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 389 milliseconds