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()
171 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
197 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
202 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, flags = {2:x}", pid, in MonitorSIGTRAP()
208 LLDB_LOG(log, "monitoring new thread, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP()
230 LLDB_LOG(log, "thread exited, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP()
264 LLDB_LOG(log, "thread not found in m_threads, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
290 LLDB_LOG(log, "SIGTRAP siginfo: si_code = {0}, pid = {1}", in MonitorSIGTRAP()
295 LLDB_LOG(log, "SIGTRAP/TRAP_BRKPT: si_addr: {0}", in MonitorSIGTRAP()
305 LLDB_LOG(log, "pid = {0} remove stepping breakpoint: {1}", in MonitorSIGTRAP()
315 LLDB_LOG(log, "SIGTRAP/TRAP_TRACE: si_addr: {0}", in MonitorSIGTRAP()
325 LLDB_LOG(log, in MonitorSIGTRAP()
346 LLDB_LOG(log, "unknown SIGTRAP, passing to generic handler"); in MonitorSIGTRAP()
356 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSignal()
393 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3})={4:x}", req, pid, addr, data, ret); in PtraceWrapper()
396 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()
424 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
442 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
447 LLDB_LOG( in Resume()
521 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
532 LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(), in Kill()
611 LLDB_LOG(log, "reusing {0} cached memory region entries", in PopulateMemoryRegionCache()
673 LLDB_LOG(log, "failed to find any vmmap entries, assuming no support " in PopulateMemoryRegionCache()
678 LLDB_LOG(log, "read {0} memory region entries from process {1}", in PopulateMemoryRegionCache()
744 LLDB_LOG(log, "waitpid ({0}, &status, _) failed: {1}", GetID(), error); in SigchldHandler()
753 LLDB_LOG(log, in SigchldHandler()
780 LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id); in AddThread()
796 LLDB_LOG(log, "pid {0} removing thread with tid {1}", GetID(), thread_id); in RemoveThread()
845 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in ReadMemory()
873 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in WriteMemory()
953 LLDB_LOG(log, "fork, child_pid={0}", child_pid); in MonitorClone()
959 LLDB_LOG(log, in MonitorClone()
966 LLDB_LOG(log, in MonitorClone()
976 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorClone()