Lines Matching refs:LLDB_LOG
67 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
69 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
79 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
84 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
93 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
115 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
175 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
216 LLDB_LOG(log, "PT_GET_SIGINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
220 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, si_code = {2}", pid, in MonitorSIGTRAP()
233 LLDB_LOG(log, "thread not found in m_threads, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
302 LLDB_LOG(log, "monitoring new thread, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
308 LLDB_LOG(log, "failed to copy watchpoints to new thread {0}: {1}", in MonitorSIGTRAP()
315 LLDB_LOG(log, "removing exited thread, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
336 LLDB_LOG(log, in MonitorSIGTRAP()
355 LLDB_LOG(log, "unknown SIGTRAP, passing to generic handler"); in MonitorSIGTRAP()
366 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSignal()
396 LLDB_LOG(log, "kill({0}, SIGSTOP)", pid); in StopProcess()
399 LLDB_LOG(log, "kill() failed: {0}", error); in StopProcess()
420 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3})={4:x}", req, pid, addr, data, ret); in PtraceWrapper()
423 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()
484 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
505 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
510 LLDB_LOG( in Resume()
585 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
596 LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(), in Kill()
680 LLDB_LOG(log, "reusing {0} cached memory region entries", in PopulateMemoryRegionCache()
727 LLDB_LOG(log, "failed to find any vmmap entries, assuming no support " in PopulateMemoryRegionCache()
734 LLDB_LOG(log, "read {0} memory region entries from process {1}", in PopulateMemoryRegionCache()
804 LLDB_LOG(log, "waitpid ({0}, &status, _) failed: {1}", GetID(), error); in SigchldHandler()
813 LLDB_LOG(log, in SigchldHandler()
840 LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id); in AddThread()
856 LLDB_LOG(log, "pid {0} removing thread with tid {1}", GetID(), thread_id); in RemoveThread()
905 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in ReadMemory()
933 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in WriteMemory()
1036 LLDB_LOG(log, "clone, child_pid={0}", child_pid); in MonitorClone()
1042 LLDB_LOG(log, in MonitorClone()
1049 LLDB_LOG(log, in MonitorClone()
1060 LLDB_LOG(log, "PT_GET_SIGINFO failed {0}", siginfo_err); in MonitorClone()