Lines Matching refs:LLDB_LOG

77   LLDB_LOG(log, "pid = {0:x}", pid);  in Launch()
79 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
92 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
97 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
106 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
128 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
192 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
218 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
223 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, flags = {2:x}", pid, in MonitorSIGTRAP()
229 LLDB_LOG(log, "monitoring new thread, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP()
251 LLDB_LOG(log, "thread exited, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP()
286 LLDB_LOG(log, "thread not found in m_threads, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
312 LLDB_LOG(log, "SIGTRAP siginfo: si_code = {0}, pid = {1}", in MonitorSIGTRAP()
317 LLDB_LOG(log, "SIGTRAP/TRAP_BRKPT: si_addr: {0}", in MonitorSIGTRAP()
327 LLDB_LOG(log, "pid = {0} remove stepping breakpoint: {1}", in MonitorSIGTRAP()
338 LLDB_LOG(log, "SIGTRAP/TRAP_TRACE: si_addr: {0}", in MonitorSIGTRAP()
348 LLDB_LOG(log, in MonitorSIGTRAP()
371 LLDB_LOG(log, "unknown SIGTRAP, passing to generic handler"); in MonitorSIGTRAP()
381 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSignal()
422 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3})={4:x}", req, pid, addr, data, ret); in PtraceWrapper()
425 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()
453 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
471 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
476 LLDB_LOG( in Resume()
554 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
565 LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(), in Kill()
644 LLDB_LOG(log, "reusing {0} cached memory region entries", in PopulateMemoryRegionCache()
706 LLDB_LOG(log, "failed to find any vmmap entries, assuming no support " in PopulateMemoryRegionCache()
711 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()
889 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in ReadMemory()
917 LLDB_LOG(log, "addr = {0}, buf = {1}, size = {2}", addr, buf, size); in WriteMemory()
997 LLDB_LOG(log, "fork, child_pid={0}", child_pid); in MonitorClone()
1003 LLDB_LOG(log, in MonitorClone()
1010 LLDB_LOG(log, in MonitorClone()
1020 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorClone()