Lines Matching defs:log
52 Log *log = GetLog(WindowsLog::Process);
53 LLDB_LOG(log, "launching '{0}'", launch_info.GetExecutableFile().GetPath());
61 LLDB_LOG(log, "couldn't launch debugger thread. {0}", result);
69 Log *log = GetLog(WindowsLog::Process);
70 LLDB_LOG(log, "attaching to '{0}'", pid);
79 LLDB_LOG(log, "couldn't attach to process '{0}'. {1}", pid, result);
91 Log *log = GetLog(WindowsLog::Process);
92 LLDB_LOG(log, "preparing to launch '{0}' on background thread.",
118 Log *log = GetLog(WindowsLog::Process);
119 LLDB_LOG(log, "preparing to attach to process '{0}' on background thread.",
141 Log *log = GetLog(WindowsLog::Process);
142 LLDB_LOG(log, "terminate = {0}, inferior={1}.", terminate, pid);
162 LLDB_LOG(log,
166 LLDB_LOG(log,
178 LLDB_LOG(log, "masking active exception");
194 LLDB_LOG(log, "waiting for detach from process {0} to complete.", pid);
199 LLDB_LOG(log, "error: WaitForSingleObject({0}, 5000) returned {1}",
202 LLDB_LOG(log, "detach from process {0} completed successfully.", pid);
205 LLDB_LOG(log, "encountered an error while trying to stop process {0}. {1}",
215 Log *log = GetLog(WindowsLog::Process | WindowsLog::Exception);
216 LLDB_LOG(log, "broadcasting for inferior process {0}.",
233 Log *log = GetLog(WindowsLog::Event);
236 LLDB_LOGV(log, "Entering WaitForDebugEvent loop");
238 LLDB_LOGV(log, "Calling WaitForDebugEvent");
290 LLDB_LOGV(log, "calling ContinueDebugEvent({0}, {1}, {2}) on thread {3}.",
307 LLDB_LOG(log,
339 LLDB_LOG(log, "returned FALSE from WaitForDebugEvent. Error = {0}",
347 LLDB_LOG(log, "WaitForDebugEvent loop completed, exiting.");
354 Log *log = GetLog(WindowsLog::Event | WindowsLog::Exception);
371 LLDB_LOG(log, "encountered {0} chance exception {1:x} on thread {2:x}",
379 LLDB_LOG(log, "waiting for ExceptionPred != BreakInDebugger");
383 LLDB_LOG(log, "got ExceptionPred = {0}", (int)m_exception_pred.GetValue());
390 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread);
391 LLDB_LOG(log, "Thread {0} spawned in process {1}", thread_id,
402 Log *log = GetLog(WindowsLog::Event | WindowsLog::Process);
405 LLDB_LOG(log, "process {0} spawned", process_id);
429 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread);
430 LLDB_LOG(log, "Thread {0} exited with code {1} in process {2}", thread_id,
439 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread);
440 LLDB_LOG(log, "process {0} exited with code {1}", m_process.GetProcessId(),
506 Log *log = GetLog(WindowsLog::Event);
509 LLDB_LOG(log, "Warning: Inferior {0} has a NULL file handle, returning...",
519 LLDB_LOG(log, "Inferior {0} - DLL '{1}' loaded at address {2:x}...",
545 log,
557 Log *log = GetLog(WindowsLog::Event);
558 LLDB_LOG(log, "process {0} unloading DLL at addr {1:x}.",
574 Log *log = GetLog(WindowsLog::Event);
575 LLDB_LOG(log, "encountered error {0} (type={1}) in process {2} thread {3}",