Lines Matching refs:LLDB_LOG
68 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
70 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
80 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
85 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
94 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
117 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
177 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
218 LLDB_LOG(log, "PT_GET_SIGINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
222 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, si_code = {2}", pid, in MonitorSIGTRAP()
235 LLDB_LOG(log, "thread not found in m_threads, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
304 LLDB_LOG(log, "monitoring new thread, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
310 LLDB_LOG(log, "failed to copy watchpoints to new thread {0}: {1}", in MonitorSIGTRAP()
317 LLDB_LOG(log, "removing exited thread, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
338 LLDB_LOG(log, in MonitorSIGTRAP()
357 LLDB_LOG(log, "unknown SIGTRAP, passing to generic handler"); in MonitorSIGTRAP()
368 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSignal()
399 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3})={4:x}", req, pid, addr, data, ret); in PtraceWrapper()
402 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()
463 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
484 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
489 LLDB_LOG( in Resume()
566 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
577 LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(), in Kill()
661 LLDB_LOG(log, "reusing {0} cached memory region entries", in PopulateMemoryRegionCache()
708 LLDB_LOG(log, "failed to find any vmmap entries, assuming no support " in PopulateMemoryRegionCache()
715 LLDB_LOG(log, "read {0} memory region entries from process {1}", in PopulateMemoryRegionCache()
785 LLDB_LOG(log, "waitpid ({0}, &status, _) failed: {1}", GetID(), error); in SigchldHandler()
794 LLDB_LOG(log, in SigchldHandler()
821 LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id); in AddThread()
837 LLDB_LOG(log, "pid {0} removing thread with tid {1}", GetID(), thread_id); in RemoveThread()
886 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in ReadMemory()
914 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in WriteMemory()
1017 LLDB_LOG(log, "clone, child_pid={0}", child_pid); in MonitorClone()
1023 LLDB_LOG(log, in MonitorClone()
1030 LLDB_LOG(log, in MonitorClone()
1041 LLDB_LOG(log, "PT_GET_SIGINFO failed {0}", siginfo_err); in MonitorClone()