Lines Matching refs:LLDB_LOG
80 LLDB_LOG(log, "status = {0}, notify = {1}", status, bNotifyStateChange); in SetExitStatus()
85 LLDB_LOG(log, "exit status already set to {0}", *m_exit_status); in SetExitStatus()
87 LLDB_LOG(log, "state is exited, but status not set"); in SetExitStatus()
139 LLDB_LOG(log, "failed to find a thread to grab a NativeRegisterContext!"); in GetHardwareDebugSupportInfo()
184 LLDB_LOG(log, in SetWatchpoint()
198 LLDB_LOG(log, "RemoveWatchpoint failed for pid={0}, tid={1}: {2}", in SetWatchpoint()
277 LLDB_LOG(log, in SetHardwareBreakpoint()
327 LLDB_LOG(log, "sent state notification [{0}] from process {1}", state, in SynchronouslyNotifyProcessStateChanged()
333 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec()
343 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint); in SetSoftwareBreakpoint()
360 LLDB_LOG(log, "addr = {0:x}", addr); in RemoveSoftwareBreakpoint()
389 LLDB_LOG(log, in RemoveSoftwareBreakpoint()
414 LLDB_LOG(log, "Restoring bytes at {0:x}: {1:@[x]}", addr, in RemoveSoftwareBreakpoint()
448 LLDB_LOG( in EnableSoftwareBreakpoint()
496 LLDB_LOG(log, "addr = {0:x}: SUCCESS", addr); in EnableSoftwareBreakpoint()
602 LLDB_LOG(log, "breakpoint size: {0}", breakpoint_size); in FixupBreakpointPCAsNeeded()
616 LLDB_LOG(log, in FixupBreakpointPCAsNeeded()
628 LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(), in FixupBreakpointPCAsNeeded()
636 LLDB_LOG(log, "pid {0} tid {1}: failed to set PC: {2}", GetID(), in FixupBreakpointPCAsNeeded()