Lines Matching defs:log

75   Log *log = GetLog(WindowsLog::Process);
85 LLDB_LOG(log, "there is no active session.");
94 LLDB_LOG(log, "detaching from process {0}.",
111 Log *log = GetLog(WindowsLog::Process);
133 LLDB_LOG(log, "error: {0}", message);
145 LLDB_LOG(log, "failed launching '{0}'. {1}",
153 LLDB_LOG(log, "failed launching '{0}'. {1}",
158 LLDB_LOG(log, "successfully launched '{0}'",
174 Log *log = GetLog(WindowsLog::Process);
185 log,
194 LLDB_LOG(log,
200 LLDB_LOG(log, "successfully attached to process with pid={0}", process_id);
212 Log *log = GetLog(WindowsLog::Process);
222 LLDB_LOG(log, "warning: state = {0}, but there is no active session.",
231 LLDB_LOG(log, "warning: cannot destroy process {0} while state = {1}.",
236 LLDB_LOG(log, "Shutting down process {0}.",
248 Log *log = GetLog(WindowsLog::Process);
256 LLDB_LOG(log, "DebugBreakProcess failed with error {0}", error);
266 Log *log = GetLog(WindowsLog::Memory);
272 LLDB_LOG(log, "error: {0}", error);
276 LLDB_LOG(log, "attempting to read {0} bytes from address {1:x}", size,
294 LLDB_LOG(log, "retrying the read with size {0:x}", size);
296 LLDB_LOG(log, "success: read {0:x} bytes", num_of_bytes_read);
301 LLDB_LOG(log, "error: {0}", error);
309 Log *log = GetLog(WindowsLog::Memory);
311 LLDB_LOG(log, "attempting to write {0} bytes into address {1:x}", size,
317 LLDB_LOG(log, "error: {0}", error);
330 LLDB_LOG(log, "writing failed with error: {0}", error);
339 Log *log = GetLog(WindowsLog::Memory);
341 LLDB_LOG(log, "attempting to allocate {0} bytes with permissions {1}", size,
347 LLDB_LOG(log, "error: {0}", error);
357 LLDB_LOG(log, "allocating failed with error: {0}", error);
367 Log *log = GetLog(WindowsLog::Memory);
369 LLDB_LOG(log, "attempting to deallocate bytes at address {0}", vm_addr);
374 LLDB_LOG(log, "error: {0}", result);
383 LLDB_LOG(log, "deallocating failed with error: {0}", result);
391 Log *log = GetLog(WindowsLog::Memory);
399 LLDB_LOG(log, "error: {0}", error);
407 LLDB_LOG(log, "error: {0}", error);
411 LLDB_LOG(log, "getting info for address {0:x}", vm_addr);
431 LLDB_LOG(log,
473 LLDB_LOGV(log,
496 Log *log = GetLog(WindowsLog::Exception);
505 LLDB_LOG(log,
520 log,
550 Log *log = GetLog(WindowsLog::Process);
555 LLDB_LOG(log,
565 LLDB_LOG(log,
576 Log *log = GetLog(WindowsLog::Process | WindowsLog::Breakpoints);
577 LLDB_LOG(log, "Waiting for loader breakpoint.");
582 LLDB_LOG(log, "hit loader breakpoint, returning.");