Lines Matching refs:LLDB_LOG
71 LLDB_LOG(log, "failed to fork(): {0}", Status(errno, eErrorTypePOSIX)); in WorkaroundNeeded()
81 LLDB_LOG(log, "failed to get available cpus: {0}", in WorkaroundNeeded()
90 LLDB_LOG(log, "waitpid() failed (status = {0:x}): {1}", status, in WorkaroundNeeded()
104 LLDB_LOG(log, "failed to switch to cpu {0}: {1}", cpu, in WorkaroundNeeded()
113 LLDB_LOG(log, "single step failed: {0}", error); in WorkaroundNeeded()
120 LLDB_LOG(log, "waitpid() failed (status = {0:x}): {1}", status, in WorkaroundNeeded()
125 LLDB_LOG(log, "single stepping on cpu {0} failed with status {1:x}", cpu, in WorkaroundNeeded()
133 LLDB_LOG(log, in WorkaroundNeeded()
151 LLDB_LOG(log, "workaround for thread {0} not needed", tid); in Get()
158 LLDB_LOG(log, "Unable to get cpu affinity for thread {0}: {1}", tid, in Get()
170 LLDB_LOG(log, "Unable to set cpu affinity for thread {0}: {1}", tid, in Get()
174 LLDB_LOG(log, "workaround for thread {0} prepared", tid); in Get()
180 LLDB_LOG(log, "Removing workaround"); in ~SingleStepWorkaround()
182 LLDB_LOG(log, "Unable to reset cpu affinity for thread {0}: {1}", m_tid, in ~SingleStepWorkaround()