Lines Matching refs:LLDB_LOG
68 LLDB_LOG(log, "status = {0}, notify = {1}", status, bNotifyStateChange); in SetExitStatus()
73 LLDB_LOG(log, "exit status already set to {0}", *m_exit_status); in SetExitStatus()
75 LLDB_LOG(log, "state is exited, but status not set"); in SetExitStatus()
127 LLDB_LOG(log, "failed to find a thread to grab a NativeRegisterContext!"); in GetHardwareDebugSupportInfo()
172 LLDB_LOG(log, in SetWatchpoint()
186 LLDB_LOG(log, "RemoveWatchpoint failed for pid={0}, tid={1}: {2}", in SetWatchpoint()
265 LLDB_LOG(log, in SetHardwareBreakpoint()
362 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint); in SetSoftwareBreakpoint()
379 LLDB_LOG(log, "addr = {0:x}", addr); in RemoveSoftwareBreakpoint()
408 LLDB_LOG(log, in RemoveSoftwareBreakpoint()
433 LLDB_LOG(log, "Restoring bytes at {0:x}: {1:@[x]}", addr, in RemoveSoftwareBreakpoint()
467 LLDB_LOG( in EnableSoftwareBreakpoint()
515 LLDB_LOG(log, "addr = {0:x}: SUCCESS", addr); in EnableSoftwareBreakpoint()
590 LLDB_LOG(log, "breakpoint size: {0}", breakpoint_size); in FixupBreakpointPCAsNeeded()
604 LLDB_LOG(log, in FixupBreakpointPCAsNeeded()
616 LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(), in FixupBreakpointPCAsNeeded()
624 LLDB_LOG(log, "pid {0} tid {1}: failed to set PC: {2}", GetID(), in FixupBreakpointPCAsNeeded()