Lines Matching refs:LLDB_LOG
98 LLDB_LOG(log, in ProcessVmReadvSupported()
102 LLDB_LOG(log, in ProcessVmReadvSupported()
117 LLDB_LOG(log, "setting STDIN to '{0}'", action->GetFileSpec()); in MaybeLogLaunchInfo()
119 LLDB_LOG(log, "leaving STDIN as is"); in MaybeLogLaunchInfo()
122 LLDB_LOG(log, "setting STDOUT to '{0}'", action->GetFileSpec()); in MaybeLogLaunchInfo()
124 LLDB_LOG(log, "leaving STDOUT as is"); in MaybeLogLaunchInfo()
127 LLDB_LOG(log, "setting STDERR to '{0}'", action->GetFileSpec()); in MaybeLogLaunchInfo()
129 LLDB_LOG(log, "leaving STDERR as is"); in MaybeLogLaunchInfo()
134 LLDB_LOG(log, "arg {0}: '{1}'", i, *args); in MaybeLogLaunchInfo()
230 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
232 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
242 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
247 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
256 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
261 LLDB_LOG(log, "failed to set default ptrace options: {0}", status); in Launch()
275 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
382 LLDB_LOG(log, "adding tid = {0}", tid); in Attach()
441 LLDB_LOG(log, in MonitorCallback()
475 LLDB_LOG(log, in MonitorCallback()
490 LLDB_LOG(log, in MonitorCallback()
503 LLDB_LOG(log, in WaitForCloneNotification()
514 LLDB_LOG(log, in WaitForCloneNotification()
537 LLDB_LOG(log, in MonitorSIGTRAP()
550 LLDB_LOG(log, "received exec event, code = {0}", info.si_code ^ SIGTRAP); in MonitorSIGTRAP()
557 LLDB_LOG(log, "exec received, stop tracking all but main thread"); in MonitorSIGTRAP()
590 LLDB_LOG(log, in MonitorSIGTRAP()
637 LLDB_LOG(log, in MonitorSIGTRAP()
651 LLDB_LOG(log, "received error while checking for hardware " in MonitorSIGTRAP()
674 LLDB_LOG(log, in MonitorSIGTRAP()
691 LLDB_LOG( in MonitorSIGTRAP()
701 LLDB_LOG(log, "received unknown SIGTRAP stop event ({0}, pid {1} tid {2}", in MonitorSIGTRAP()
710 LLDB_LOG(log, "received trace event, pid = {0}", thread.GetID()); in MonitorTrace()
720 LLDB_LOG(log, "received breakpoint event, pid = {0}", thread.GetID()); in MonitorBreakpoint()
736 LLDB_LOG(log, "received watchpoint event, pid = {0}, wp_index = {1}", in MonitorWatchpoint()
765 LLDB_LOG(log, in MonitorSignal()
774 LLDB_LOG(log, "pid {0} tid {1}, thread stopped", GetID(), thread.GetID()); in MonitorSignal()
805 LLDB_LOG(log, "failed to resume thread {0}: {1}", thread.GetID(), in MonitorSignal()
809 LLDB_LOG(log, in MonitorSignal()
828 LLDB_LOG(log, "received signal {0}", Host::GetSignalAsCString(signo)); in MonitorSignal()
838 LLDB_LOG(log, "parent_tid={0}, child_pid={1}, event={2}", parent.GetID(), in MonitorClone()
899 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
930 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
935 LLDB_LOG(log, "processing resume action state {0} for pid {1} tid {2}", in Resume()
998 LLDB_LOG(log, "sending signal {0} ({1}) to pid {1}", signo, in Signal()
1015 LLDB_LOG(log, "selecting running thread for interrupt target"); in Interrupt()
1033 LLDB_LOG(log, "skipping due to error: {0}", error); in Interrupt()
1041 LLDB_LOG(log, "pid {0} {1} tid {2} chosen for interrupt target", GetID(), in Interrupt()
1052 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
1063 LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(), in Kill()
1161 LLDB_LOG(log, "reusing {0} cached memory region entries", in PopulateMemoryRegionCache()
1177 LLDB_LOG(log, "failed to parse proc maps: {0}", Result); in PopulateMemoryRegionCache()
1204 LLDB_LOG(log, in PopulateMemoryRegionCache()
1210 LLDB_LOG(log, "read {0} memory region entries from /proc/{1}/maps", in PopulateMemoryRegionCache()
1220 LLDB_LOG(log, "newBumpId={0}", newBumpId); in DoStopIDBumped()
1221 LLDB_LOG(log, "clearing {0} entries from memory region cache", in DoStopIDBumped()
1544 LLDB_LOG(log, in ReadMemory()
1560 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in ReadMemory()
1574 LLDB_LOG(log, "[{0:x}]:{1:x}", addr, data); in ReadMemory()
1588 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in WriteMemory()
1598 LLDB_LOG(log, "[{0:x}]:{1:x}", addr, data); in WriteMemory()
1617 LLDB_LOG(log, "[{0:x}]:{1:x} ({2:x})", addr, *(const unsigned long *)src, in WriteMemory()
1659 LLDB_LOG(log, "tid: {0}", thread_id); in StopTrackingThread()
1683 LLDB_LOG(log, "Failed to trace a new thread with intel-pt, tid = {0}. {1}", in NotifyTracersOfNewThread()
1692 LLDB_LOG(log, in NotifyTracersOfThreadDestroyed()
1701 LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id); in AddThread()
1776 LLDB_LOG(log, "tid: {0}", thread.GetID()); in ResumeThread()
1784 LLDB_LOG(log, in ResumeThread()
1807 LLDB_LOG(log, "Unhandled state {0}.", state); in ResumeThread()
1816 LLDB_LOG(log, "about to process event: (triggering_tid: {0})", in StopRunningThreads()
1829 LLDB_LOG(log, "event processing done"); in StopRunningThreads()
1849 LLDB_LOG(log, "pid = {0} remove stepping breakpoint: {1}", in SignalIfAllThreadsStopped()
1862 LLDB_LOG(log, "tid: {0}", thread.GetID()); in ThreadWasCreated()
1884 LLDB_LOG(log, "waitpid({0}, &status, _) failed: {1}", pid, in HandlePid()
1893 LLDB_LOG(log, "waitpid({0}) got status = {1}", pid, wait_status); in HandlePid()
1919 LLDB_LOG(log, "processing {0}({1}) ...", KV.first, KV.second); in SigchldHandler()
1959 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3}, {4})={5:x}", req, pid, addr, data, in PtraceWrapper()
1965 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()