Lines Matching refs:LLDB_LOG

312     LLDB_LOG(log,  in LaunchProcess()
334 LLDB_LOG(log, in LaunchProcess()
409 LLDB_LOG(log, "including existing processes in search"); in AttachWaitProcess()
413 LLDB_LOG(log, "placed '{0}' processes in the exclusion list.", in AttachWaitProcess()
417 LLDB_LOG(log, "waiting for '{0}' to appear", process_name); in AttachWaitProcess()
438 LLDB_LOG(log, "found pid {0}", matching_process_pid); in AttachWaitProcess()
459 LLDB_LOG(log, "sleep {0} seconds", polling_interval); in AttachWaitProcess()
486 LLDB_LOG(log, "pid = {0}, failed to retrieve process exit status", in SendWResponse()
495 LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(), in SendWResponse()
803 LLDB_LOG(log, "preparing packet for pid {0} tid {1}", process.GetID(), in PrepareStopReplyPacketForThread()
822 LLDB_LOG( in PrepareStopReplyPacketForThread()
1245 LLDB_LOG(log, "Failed to set up stdio forwarding: {0}", error); in StartSTDIOForwarding()
1434 LLDB_LOG(log, "No debugged process found."); in Handle_k()
1440 LLDB_LOG(log, "Killing process {0}", it->first); in Handle_k()
1443 LLDB_LOG(log, "Failed to kill debugged process {0}: {1}", it->first, in Handle_k()
1535 LLDB_LOG(log, "process {0} cannot be resumed (state={1})", process.GetID(), in ResumeProcess()
1542 LLDB_LOG(log, "process {0} failed to resume: {1}", process.GetID(), error); in ResumeProcess()
1546 LLDB_LOG(log, "process {0} resumed", process.GetID()); in ResumeProcess()
1589 LLDB_LOG(log, "process cannot be resumed (state={0})", in Handle_C()
1620 LLDB_LOG(log, "failed to send signal for process {0}: {1}", in Handle_C()
1648 LLDB_LOG(log, "not implemented for c[address] variant [{0} remains]", in Handle_c()
1792 LLDB_LOG(log, "no debugged process"); in Handle_vCont()
1814 LLDB_LOG(log, "vCont failed for process {0}: process not debugged", in Handle_vCont()
1838 LLDB_LOG(log, "vCont failed to halt process {0}: {1}", x.first, in Handle_vCont()
1843 LLDB_LOG(log, "halted process {0}", x.first); in Handle_vCont()
1863 LLDB_LOG(log, "setting current thread id to {0}", tid); in SetCurrentThreadID()
1872 LLDB_LOG(log, "setting continue thread id to {0}", tid); in SetContinueThreadID()
1966 LLDB_LOG(log, "pid {0}, current state reporting not handled: {1}", in SendStopReasonForState()
2073 LLDB_LOG(log, "iterating over threads of process {0}", process.GetID()); in AddProcessThreads()
2075 LLDB_LOG(log, "iterated thread tid={0}", thread.GetID()); in AddProcessThreads()
2118 LLDB_LOG(log, "failed, no thread available"); in Handle_g()
2131 LLDB_LOG(log, "failed to get register info for register index {0}", in Handle_g()
2142 LLDB_LOG(log, "failed to read register at index {0}", reg_num); in Handle_g()
2182 LLDB_LOG(log, "failed, no thread available"); in Handle_p()
2454 LLDB_LOG(log, "failed, no process available"); in Handle_interrupt()
2461 LLDB_LOG(log, "failed for process {0}: {1}", m_current_process->GetID(), in Handle_interrupt()
2466 LLDB_LOG(log, "stopped process {0}", m_current_process->GetID()); in Handle_interrupt()
2663 LLDB_LOG(log, "nothing to write: zero-length packet"); in Handle_M()
2681 LLDB_LOG(log, in Handle_M()
2695 LLDB_LOG(log, "pid {0} mem {1:x}: failed to write. Error: {2}", in Handle_M()
2701 LLDB_LOG(log, "pid {0} mem {1:x}: wrote 0 of {2} requested bytes", in Handle_M()
2828 LLDB_LOG(log, "failed, no process available"); in Handle_Z()
2900 LLDB_LOG(log, "pid {0} failed to set breakpoint: {1}", in Handle_Z()
2910 LLDB_LOG(log, "pid {0} failed to set watchpoint: {1}", in Handle_Z()
2922 LLDB_LOG(log, "failed, no process available"); in Handle_z()
2988 LLDB_LOG(log, "pid {0} failed to remove breakpoint: {1}", in Handle_z()
2997 LLDB_LOG(log, "pid {0} failed to remove watchpoint: {1}", in Handle_z()
3298 LLDB_LOG(log, "pid {0} failed to save all register values: {1}", in Handle_QSaveRegisterState()
3333 LLDB_LOG(log, "QRestoreRegisterState packet has malformed save id, " in Handle_QRestoreRegisterState()
3360 LLDB_LOG(log, in Handle_QRestoreRegisterState()
3373 LLDB_LOG(log, "pid {0} failed to restore all register values: {1}", in Handle_QRestoreRegisterState()
3437 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name); in Handle_vAttachWait()
3441 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name, in Handle_vAttachWait()
3476 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name); in Handle_vAttachOrWait()
3480 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name, in Handle_vAttachOrWait()
3523 LLDB_LOG(log, "failed to launch exe: {0}", m_process_launch_error); in Handle_vRun()
3611 LLDB_LOG(log, "preparing packet for pid {0}", m_current_process->GetID()); in Handle_jThreadsInfo()
3938 LLDB_LOG(log, in Handle_QNonStop()
4140 LLDB_LOG(log, "clearing {0} xfer buffers", m_xfer_buffer_map.size()); in ClearProcessSpecificData()