Lines Matching refs:LLDB_LOG
79 LLDB_LOG(log, "status = {0}, notify = {1}", status, bNotifyStateChange); in SetExitStatus()
84 LLDB_LOG(log, "exit status already set to {0}", *m_exit_status); in SetExitStatus()
86 LLDB_LOG(log, "state is exited, but status not set"); in SetExitStatus()
138 LLDB_LOG(log, "failed to find a thread to grab a NativeRegisterContext!"); in GetHardwareDebugSupportInfo()
183 LLDB_LOG(log, in SetWatchpoint()
197 LLDB_LOG(log, "RemoveWatchpoint failed for pid={0}, tid={1}: {2}", in SetWatchpoint()
276 LLDB_LOG(log, in SetHardwareBreakpoint()
326 LLDB_LOG(log, "sent state notification [{0}] from process {1}", state, in SynchronouslyNotifyProcessStateChanged()
332 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec()
342 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint); in SetSoftwareBreakpoint()
359 LLDB_LOG(log, "addr = {0:x}", addr); in RemoveSoftwareBreakpoint()
388 LLDB_LOG(log, in RemoveSoftwareBreakpoint()
413 LLDB_LOG(log, "Restoring bytes at {0:x}: {1:@[x]}", addr, in RemoveSoftwareBreakpoint()
447 LLDB_LOG( in EnableSoftwareBreakpoint()
495 LLDB_LOG(log, "addr = {0:x}: SUCCESS", addr); in EnableSoftwareBreakpoint()
579 LLDB_LOG(log, "breakpoint size: {0}", breakpoint_size); in FixupBreakpointPCAsNeeded()
593 LLDB_LOG(log, in FixupBreakpointPCAsNeeded()
605 LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(), in FixupBreakpointPCAsNeeded()
613 LLDB_LOG(log, "pid {0} tid {1}: failed to set PC: {2}", GetID(), in FixupBreakpointPCAsNeeded()