Lines Matching refs:LLDB_LOG
282 LLDB_LOG(log, in LaunchProcess()
304 LLDB_LOG(log, in LaunchProcess()
377 LLDB_LOG(log, "including existing processes in search"); in AttachWaitProcess()
381 LLDB_LOG(log, "placed '{0}' processes in the exclusion list.", in AttachWaitProcess()
385 LLDB_LOG(log, "waiting for '{0}' to appear", process_name); in AttachWaitProcess()
406 LLDB_LOG(log, "found pid {0}", matching_process_pid); in AttachWaitProcess()
427 LLDB_LOG(log, "sleep {0} seconds", polling_interval); in AttachWaitProcess()
454 LLDB_LOG(log, "pid = {0}, failed to retrieve process exit status", in SendWResponse()
463 LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(), in SendWResponse()
768 LLDB_LOG(log, "preparing packet for pid {0} tid {1}", in SendStopReplyPacketForThread()
792 LLDB_LOG( in SendStopReplyPacketForThread()
1368 LLDB_LOG(log, "No debugged process found."); in Handle_k()
1374 LLDB_LOG(log, "Failed to kill debugged process {0}: {1}", in Handle_k()
1491 LLDB_LOG(log, "failed to send signal for process {0}: {1}", in Handle_C()
1501 LLDB_LOG(log, "failed to resume threads for process {0}: {1}", in Handle_C()
1521 LLDB_LOG(log, "not implemented for c[address] variant [{0} remains]", in Handle_c()
1541 LLDB_LOG(log, "c failed for process {0}: {1}", m_continue_process->GetID(), in Handle_c()
1546 LLDB_LOG(log, "continued process {0}", m_continue_process->GetID()); in Handle_c()
1590 LLDB_LOG(log, "no debugged process"); in Handle_vCont()
1657 LLDB_LOG(log, "vCont failed for process {0}: {1}", in Handle_vCont()
1662 LLDB_LOG(log, "continued process {0}", m_continue_process->GetID()); in Handle_vCont()
1669 LLDB_LOG(log, "setting current thread id to {0}", tid); in SetCurrentThreadID()
1678 LLDB_LOG(log, "setting continue thread id to {0}", tid); in SetContinueThreadID()
1727 LLDB_LOG(log, "pid {0}, current state reporting not handled: {1}", in SendStopReasonForState()
1841 LLDB_LOG(log, "no process ({0}), returning OK", in Handle_qfThreadInfo()
1850 LLDB_LOG(log, "starting thread iteration"); in Handle_qfThreadInfo()
1857 LLDB_LOG(log, "iterated thread {0}(tid={2})", thread_index, in Handle_qfThreadInfo()
1864 LLDB_LOG(log, "finished thread iteration"); in Handle_qfThreadInfo()
1886 LLDB_LOG(log, "failed, no thread available"); in Handle_g()
1899 LLDB_LOG(log, "failed to get register info for register index {0}", in Handle_g()
1910 LLDB_LOG(log, "failed to read register at index {0}", reg_num); in Handle_g()
1950 LLDB_LOG(log, "failed, no thread available"); in Handle_p()
2225 LLDB_LOG(log, "failed, no process available"); in Handle_interrupt()
2232 LLDB_LOG(log, "failed for process {0}: {1}", m_current_process->GetID(), in Handle_interrupt()
2237 LLDB_LOG(log, "stopped process {0}", m_current_process->GetID()); in Handle_interrupt()
2434 LLDB_LOG(log, "nothing to write: zero-length packet"); in Handle_M()
2452 LLDB_LOG(log, in Handle_M()
2466 LLDB_LOG(log, "pid {0} mem {1:x}: failed to write. Error: {2}", in Handle_M()
2472 LLDB_LOG(log, "pid {0} mem {1:x}: wrote 0 of {2} requested bytes", in Handle_M()
2599 LLDB_LOG(log, "failed, no process available"); in Handle_Z()
2671 LLDB_LOG(log, "pid {0} failed to set breakpoint: {1}", in Handle_Z()
2681 LLDB_LOG(log, "pid {0} failed to set watchpoint: {1}", in Handle_Z()
2693 LLDB_LOG(log, "failed, no process available"); in Handle_z()
2759 LLDB_LOG(log, "pid {0} failed to remove breakpoint: {1}", in Handle_z()
2768 LLDB_LOG(log, "pid {0} failed to remove watchpoint: {1}", in Handle_z()
3069 LLDB_LOG(log, "pid {0} failed to save all register values: {1}", in Handle_QSaveRegisterState()
3104 LLDB_LOG(log, "QRestoreRegisterState packet has malformed save id, " in Handle_QRestoreRegisterState()
3131 LLDB_LOG(log, in Handle_QRestoreRegisterState()
3144 LLDB_LOG(log, "pid {0} failed to restore all register values: {1}", in Handle_QRestoreRegisterState()
3205 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name); in Handle_vAttachWait()
3209 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name, in Handle_vAttachWait()
3241 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name); in Handle_vAttachOrWait()
3245 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name, in Handle_vAttachOrWait()
3327 LLDB_LOG(log, "preparing packet for pid {0}", m_current_process->GetID()); in Handle_jThreadsInfo()
3705 LLDB_LOG(log, "clearing {0} xfer buffers", m_xfer_buffer_map.size()); in ClearProcessSpecificData()