Lines Matching refs:log
75 Log *log = GetLog(WindowsLog::Process); in DetachProcess() local
85 LLDB_LOG(log, "there is no active session."); in DetachProcess()
94 LLDB_LOG(log, "detaching from process {0}.", in DetachProcess()
111 Log *log = GetLog(WindowsLog::Process); in LaunchProcess() local
133 LLDB_LOG(log, "error: {0}", message); in LaunchProcess()
145 LLDB_LOG(log, "failed launching '{0}'. {1}", in LaunchProcess()
153 LLDB_LOG(log, "failed launching '{0}'. {1}", in LaunchProcess()
158 LLDB_LOG(log, "successfully launched '{0}'", in LaunchProcess()
174 Log *log = GetLog(WindowsLog::Process); in AttachProcess() local
185 log, in AttachProcess()
194 LLDB_LOG(log, in AttachProcess()
200 LLDB_LOG(log, "successfully attached to process with pid={0}", process_id); in AttachProcess()
212 Log *log = GetLog(WindowsLog::Process); in DestroyProcess() local
222 LLDB_LOG(log, "warning: state = {0}, but there is no active session.", in DestroyProcess()
231 LLDB_LOG(log, "warning: cannot destroy process {0} while state = {1}.", in DestroyProcess()
236 LLDB_LOG(log, "Shutting down process {0}.", in DestroyProcess()
248 Log *log = GetLog(WindowsLog::Process); in HaltProcess() local
256 LLDB_LOG(log, "DebugBreakProcess failed with error {0}", error); in HaltProcess()
266 Log *log = GetLog(WindowsLog::Memory); in ReadMemory() local
272 LLDB_LOG(log, "error: {0}", error); in ReadMemory()
276 LLDB_LOG(log, "attempting to read {0} bytes from address {1:x}", size, in ReadMemory()
285 LLDB_LOG(log, "reading failed with error: {0}", error); in ReadMemory()
296 Log *log = GetLog(WindowsLog::Memory); in WriteMemory() local
298 LLDB_LOG(log, "attempting to write {0} bytes into address {1:x}", size, in WriteMemory()
304 LLDB_LOG(log, "error: {0}", error); in WriteMemory()
317 LLDB_LOG(log, "writing failed with error: {0}", error); in WriteMemory()
326 Log *log = GetLog(WindowsLog::Memory); in AllocateMemory() local
328 LLDB_LOG(log, "attempting to allocate {0} bytes with permissions {1}", size, in AllocateMemory()
334 LLDB_LOG(log, "error: {0}", error); in AllocateMemory()
344 LLDB_LOG(log, "allocating failed with error: {0}", error); in AllocateMemory()
354 Log *log = GetLog(WindowsLog::Memory); in DeallocateMemory() local
356 LLDB_LOG(log, "attempting to deallocate bytes at address {0}", vm_addr); in DeallocateMemory()
361 LLDB_LOG(log, "error: {0}", result); in DeallocateMemory()
370 LLDB_LOG(log, "deallocating failed with error: {0}", result); in DeallocateMemory()
378 Log *log = GetLog(WindowsLog::Memory); in GetMemoryRegionInfo() local
386 LLDB_LOG(log, "error: {0}", error); in GetMemoryRegionInfo()
394 LLDB_LOG(log, "error: {0}", error); in GetMemoryRegionInfo()
398 LLDB_LOG(log, "getting info for address {0:x}", vm_addr); in GetMemoryRegionInfo()
418 LLDB_LOG(log, in GetMemoryRegionInfo()
460 LLDB_LOGV(log, in GetMemoryRegionInfo()
483 Log *log = GetLog(WindowsLog::Exception); in OnDebugException() local
492 LLDB_LOG(log, in OnDebugException()
507 log, in OnDebugException()
537 Log *log = GetLog(WindowsLog::Process); in OnDebuggerError() local
542 LLDB_LOG(log, in OnDebuggerError()
552 LLDB_LOG(log, in OnDebuggerError()
563 Log *log = GetLog(WindowsLog::Process | WindowsLog::Breakpoints); in WaitForDebuggerConnection() local
564 LLDB_LOG(log, "Waiting for loader breakpoint."); in WaitForDebuggerConnection()
569 LLDB_LOG(log, "hit loader breakpoint, returning."); in WaitForDebuggerConnection()