Lines Matching refs:log
51 Log *log = GetLog(WindowsLog::Process); in DebugLaunch() local
52 LLDB_LOG(log, "launching '{0}'", launch_info.GetExecutableFile().GetPath()); in DebugLaunch()
60 LLDB_LOG(log, "couldn't launch debugger thread. {0}", result); in DebugLaunch()
68 Log *log = GetLog(WindowsLog::Process); in DebugAttach() local
69 LLDB_LOG(log, "attaching to '{0}'", pid); in DebugAttach()
78 LLDB_LOG(log, "couldn't attach to process '{0}'. {1}", pid, result); in DebugAttach()
90 Log *log = GetLog(WindowsLog::Process); in DebuggerThreadLaunchRoutine() local
91 LLDB_LOG(log, "preparing to launch '{0}' on background thread.", in DebuggerThreadLaunchRoutine()
117 Log *log = GetLog(WindowsLog::Process); in DebuggerThreadAttachRoutine() local
118 LLDB_LOG(log, "preparing to attach to process '{0}' on background thread.", in DebuggerThreadAttachRoutine()
140 Log *log = GetLog(WindowsLog::Process); in StopDebugging() local
141 LLDB_LOG(log, "terminate = {0}, inferior={1}.", terminate, pid); in StopDebugging()
161 LLDB_LOG(log, in StopDebugging()
165 LLDB_LOG(log, in StopDebugging()
177 LLDB_LOG(log, "masking active exception"); in StopDebugging()
193 LLDB_LOG(log, "waiting for detach from process {0} to complete.", pid); in StopDebugging()
198 LLDB_LOG(log, "error: WaitForSingleObject({0}, 5000) returned {1}", in StopDebugging()
201 LLDB_LOG(log, "detach from process {0} completed successfully.", pid); in StopDebugging()
204 LLDB_LOG(log, "encountered an error while trying to stop process {0}. {1}", in StopDebugging()
214 Log *log = GetLog(WindowsLog::Process | WindowsLog::Exception); in ContinueAsyncException() local
215 LLDB_LOG(log, "broadcasting for inferior process {0}.", in ContinueAsyncException()
232 Log *log = GetLog(WindowsLog::Event); in DebugLoop() local
235 LLDB_LOGV(log, "Entering WaitForDebugEvent loop"); in DebugLoop()
237 LLDB_LOGV(log, "Calling WaitForDebugEvent"); in DebugLoop()
288 LLDB_LOGV(log, "calling ContinueDebugEvent({0}, {1}, {2}) on thread {3}.", in DebugLoop()
298 LLDB_LOG(log, "returned FALSE from WaitForDebugEvent. Error = {0}", in DebugLoop()
306 LLDB_LOG(log, "WaitForDebugEvent loop completed, exiting."); in DebugLoop()
313 Log *log = GetLog(WindowsLog::Event | WindowsLog::Exception); in HandleExceptionEvent() local
322 LLDB_LOG(log, "Breakpoint exception is cue to detach from process {0:x}", in HandleExceptionEvent()
337 LLDB_LOG(log, "encountered {0} chance exception {1:x} on thread {2:x}", in HandleExceptionEvent()
345 LLDB_LOG(log, "waiting for ExceptionPred != BreakInDebugger"); in HandleExceptionEvent()
349 LLDB_LOG(log, "got ExceptionPred = {0}", (int)m_exception_pred.GetValue()); in HandleExceptionEvent()
356 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread); in HandleCreateThreadEvent() local
357 LLDB_LOG(log, "Thread {0} spawned in process {1}", thread_id, in HandleCreateThreadEvent()
368 Log *log = GetLog(WindowsLog::Event | WindowsLog::Process); in HandleCreateProcessEvent() local
371 LLDB_LOG(log, "process {0} spawned", process_id); in HandleCreateProcessEvent()
396 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread); in HandleExitThreadEvent() local
397 LLDB_LOG(log, "Thread {0} exited with code {1} in process {2}", thread_id, in HandleExitThreadEvent()
406 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread); in HandleExitProcessEvent() local
407 LLDB_LOG(log, "process {0} exited with code {1}", m_process.GetProcessId(), in HandleExitProcessEvent()
473 Log *log = GetLog(WindowsLog::Event); in HandleLoadDllEvent() local
476 LLDB_LOG(log, "Warning: Inferior {0} has a NULL file handle, returning...", in HandleLoadDllEvent()
486 LLDB_LOG(log, "Inferior {0} - DLL '{1}' loaded at address {2:x}...", in HandleLoadDllEvent()
512 log, in HandleLoadDllEvent()
524 Log *log = GetLog(WindowsLog::Event); in HandleUnloadDllEvent() local
525 LLDB_LOG(log, "process {0} unloading DLL at addr {1:x}.", in HandleUnloadDllEvent()
541 Log *log = GetLog(WindowsLog::Event); in HandleRipEvent() local
542 LLDB_LOG(log, "encountered error {0} (type={1}) in process {2} thread {3}", in HandleRipEvent()