Lines Matching refs:LLDB_LOG

63   LLDB_LOG(log, "pid = {0:x}", pid);  in Launch()
65 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
75 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
80 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
89 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
112 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
176 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
202 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
207 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, flags = {2:x}", pid, in MonitorSIGTRAP()
213 LLDB_LOG(log, "monitoring new thread, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP()
235 LLDB_LOG(log, "thread exited, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP()
270 LLDB_LOG(log, "thread not found in m_threads, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
296 LLDB_LOG(log, "SIGTRAP siginfo: si_code = {0}, pid = {1}", in MonitorSIGTRAP()
301 LLDB_LOG(log, "SIGTRAP/TRAP_BRKPT: si_addr: {0}", in MonitorSIGTRAP()
311 LLDB_LOG(log, "pid = {0} remove stepping breakpoint: {1}", in MonitorSIGTRAP()
322 LLDB_LOG(log, "SIGTRAP/TRAP_TRACE: si_addr: {0}", in MonitorSIGTRAP()
332 LLDB_LOG(log, in MonitorSIGTRAP()
355 LLDB_LOG(log, "unknown SIGTRAP, passing to generic handler"); in MonitorSIGTRAP()
365 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSignal()
403 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3})={4:x}", req, pid, addr, data, ret); in PtraceWrapper()
406 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()
434 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
452 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
457 LLDB_LOG( in Resume()
535 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
546 LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(), in Kill()
625 LLDB_LOG(log, "reusing {0} cached memory region entries", in PopulateMemoryRegionCache()
687 LLDB_LOG(log, "failed to find any vmmap entries, assuming no support " in PopulateMemoryRegionCache()
692 LLDB_LOG(log, "read {0} memory region entries from process {1}", in PopulateMemoryRegionCache()
758 LLDB_LOG(log, "waitpid ({0}, &status, _) failed: {1}", GetID(), error); in SigchldHandler()
767 LLDB_LOG(log, in SigchldHandler()
794 LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id); in AddThread()
810 LLDB_LOG(log, "pid {0} removing thread with tid {1}", GetID(), thread_id); in RemoveThread()
862 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in ReadMemory()
890 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in WriteMemory()
970 LLDB_LOG(log, "fork, child_pid={0}", child_pid); in MonitorClone()
976 LLDB_LOG(log, in MonitorClone()
983 LLDB_LOG(log, in MonitorClone()
993 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorClone()