Lines Matching refs:LLDB_LOG

85       LLDB_LOG(log, "there is no active session.");  in DetachProcess()
94 LLDB_LOG(log, "detaching from process {0}.", in DetachProcess()
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()
184 LLDB_LOG( in AttachProcess()
194 LLDB_LOG(log, in AttachProcess()
200 LLDB_LOG(log, "successfully attached to process with pid={0}", process_id); in AttachProcess()
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()
256 LLDB_LOG(log, "DebugBreakProcess failed with error {0}", error); in HaltProcess()
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()
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()
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()
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()
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()
492 LLDB_LOG(log, in OnDebugException()
506 LLDB_LOG( in OnDebugException()
542 LLDB_LOG(log, in OnDebuggerError()
552 LLDB_LOG(log, in OnDebuggerError()
564 LLDB_LOG(log, "Waiting for loader breakpoint."); in WaitForDebuggerConnection()
569 LLDB_LOG(log, "hit loader breakpoint, returning."); in WaitForDebuggerConnection()