Lines Matching refs:LLDB_LOG

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()
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()
91 LLDB_LOG(log, "preparing to launch '{0}' on background thread.", in DebuggerThreadLaunchRoutine()
118 LLDB_LOG(log, "preparing to attach to process '{0}' on background thread.", in DebuggerThreadAttachRoutine()
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()
215 LLDB_LOG(log, "broadcasting for inferior process {0}.", in ContinueAsyncException()
298 LLDB_LOG(log, "returned FALSE from WaitForDebugEvent. Error = {0}", in DebugLoop()
306 LLDB_LOG(log, "WaitForDebugEvent loop completed, exiting."); in DebugLoop()
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()
357 LLDB_LOG(log, "Thread {0} spawned in process {1}", thread_id, in HandleCreateThreadEvent()
371 LLDB_LOG(log, "process {0} spawned", process_id); in HandleCreateProcessEvent()
397 LLDB_LOG(log, "Thread {0} exited with code {1} in process {2}", thread_id, in HandleExitThreadEvent()
407 LLDB_LOG(log, "process {0} exited with code {1}", m_process.GetProcessId(), in HandleExitProcessEvent()
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()
511 LLDB_LOG( in HandleLoadDllEvent()
525 LLDB_LOG(log, "process {0} unloading DLL at addr {1:x}.", in HandleUnloadDllEvent()
542 LLDB_LOG(log, "encountered error {0} (type={1}) in process {2} thread {3}", in HandleRipEvent()