Lines Matching refs:LLDB_LOG

308     LLDB_LOG(log,  in LaunchProcess()
330 LLDB_LOG(log, in LaunchProcess()
405 LLDB_LOG(log, "including existing processes in search"); in AttachWaitProcess()
409 LLDB_LOG(log, "placed '{0}' processes in the exclusion list.", in AttachWaitProcess()
413 LLDB_LOG(log, "waiting for '{0}' to appear", process_name); in AttachWaitProcess()
434 LLDB_LOG(log, "found pid {0}", matching_process_pid); in AttachWaitProcess()
455 LLDB_LOG(log, "sleep {0} seconds", polling_interval); in AttachWaitProcess()
482 LLDB_LOG(log, "pid = {0}, failed to retrieve process exit status", in SendWResponse()
491 LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(), in SendWResponse()
801 LLDB_LOG(log, "preparing packet for pid {0} tid {1}", process.GetID(), in PrepareStopReplyPacketForThread()
820 LLDB_LOG( in PrepareStopReplyPacketForThread()
1243 LLDB_LOG(log, "Failed to set up stdio forwarding: {0}", error); in StartSTDIOForwarding()
1432 LLDB_LOG(log, "No debugged process found."); in Handle_k()
1438 LLDB_LOG(log, "Killing process {0}", it->first); in Handle_k()
1441 LLDB_LOG(log, "Failed to kill debugged process {0}: {1}", it->first, in Handle_k()
1533 LLDB_LOG(log, "process {0} cannot be resumed (state={1})", process.GetID(), in ResumeProcess()
1540 LLDB_LOG(log, "process {0} failed to resume: {1}", process.GetID(), error); in ResumeProcess()
1544 LLDB_LOG(log, "process {0} resumed", process.GetID()); in ResumeProcess()
1587 LLDB_LOG(log, "process cannot be resumed (state={0})", in Handle_C()
1618 LLDB_LOG(log, "failed to send signal for process {0}: {1}", in Handle_C()
1646 LLDB_LOG(log, "not implemented for c[address] variant [{0} remains]", in Handle_c()
1789 LLDB_LOG(log, "no process selected via Hc"); in Handle_vCont()
1819 LLDB_LOG(log, "vCont failed for process {0}: process not debugged", in Handle_vCont()
1843 LLDB_LOG(log, "vCont failed to halt process {0}: {1}", x.first, in Handle_vCont()
1848 LLDB_LOG(log, "halted process {0}", x.first); in Handle_vCont()
1868 LLDB_LOG(log, "setting current thread id to {0}", tid); in SetCurrentThreadID()
1877 LLDB_LOG(log, "setting continue thread id to {0}", tid); in SetContinueThreadID()
1971 LLDB_LOG(log, "pid {0}, current state reporting not handled: {1}", in SendStopReasonForState()
2078 LLDB_LOG(log, "iterating over threads of process {0}", process.GetID()); in AddProcessThreads()
2080 LLDB_LOG(log, "iterated thread tid={0}", thread.GetID()); in AddProcessThreads()
2123 LLDB_LOG(log, "failed, no thread available"); in Handle_g()
2136 LLDB_LOG(log, "failed to get register info for register index {0}", in Handle_g()
2147 LLDB_LOG(log, "failed to read register at index {0}", reg_num); in Handle_g()
2187 LLDB_LOG(log, "failed, no thread available"); in Handle_p()
2458 LLDB_LOG(log, "failed, no process available"); in Handle_interrupt()
2465 LLDB_LOG(log, "failed for process {0}: {1}", m_current_process->GetID(), in Handle_interrupt()
2470 LLDB_LOG(log, "stopped process {0}", m_current_process->GetID()); in Handle_interrupt()
2667 LLDB_LOG(log, "nothing to write: zero-length packet"); in Handle_M()
2685 LLDB_LOG(log, in Handle_M()
2699 LLDB_LOG(log, "pid {0} mem {1:x}: failed to write. Error: {2}", in Handle_M()
2705 LLDB_LOG(log, "pid {0} mem {1:x}: wrote 0 of {2} requested bytes", in Handle_M()
2832 LLDB_LOG(log, "failed, no process available"); in Handle_Z()
2904 LLDB_LOG(log, "pid {0} failed to set breakpoint: {1}", in Handle_Z()
2914 LLDB_LOG(log, "pid {0} failed to set watchpoint: {1}", in Handle_Z()
2926 LLDB_LOG(log, "failed, no process available"); in Handle_z()
2992 LLDB_LOG(log, "pid {0} failed to remove breakpoint: {1}", in Handle_z()
3001 LLDB_LOG(log, "pid {0} failed to remove watchpoint: {1}", in Handle_z()
3322 LLDB_LOG(log, "pid {0} failed to save all register values: {1}", in Handle_QSaveRegisterState()
3357 LLDB_LOG(log, "QRestoreRegisterState packet has malformed save id, " in Handle_QRestoreRegisterState()
3384 LLDB_LOG(log, in Handle_QRestoreRegisterState()
3397 LLDB_LOG(log, "pid {0} failed to restore all register values: {1}", in Handle_QRestoreRegisterState()
3461 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name); in Handle_vAttachWait()
3465 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name, in Handle_vAttachWait()
3500 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name); in Handle_vAttachOrWait()
3504 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name, in Handle_vAttachOrWait()
3633 LLDB_LOG(log, "preparing packet for pid {0}", m_current_process->GetID()); in Handle_jThreadsInfo()
3960 LLDB_LOG(log, in Handle_QNonStop()
4162 LLDB_LOG(log, "clearing {0} xfer buffers", m_xfer_buffer_map.size()); in ClearProcessSpecificData()