Searched refs:DNBStateAsString (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | libdebugserver.cpp | 156 (int)initialize, DNBStateAsString(pid_state)); in HandleProcessStateChange() 186 __FUNCTION__, (int)initialize, DNBStateAsString(pid_state), in HandleProcessStateChange() 193 __FUNCTION__, (int)initialize, DNBStateAsString(pid_state), in HandleProcessStateChange() 202 DNBStateAsString(pid_state), ctx.GetProcessStopCount(), in HandleProcessStateChange()
|
H A D | debugserver.cpp | 324 __FUNCTION__, pid, DNBStateAsString(pid_state)); in RNBRunLoopLaunchInferior() 434 (int)initialize, DNBStateAsString(pid_state)); in HandleProcessStateChange() 468 __FUNCTION__, (int)initialize, DNBStateAsString(pid_state), in HandleProcessStateChange() 477 DNBStateAsString(pid_state), in HandleProcessStateChange() 487 __FUNCTION__, (int)initialize, DNBStateAsString(pid_state), in HandleProcessStateChange()
|
H A D | RNBContext.cpp | 216 __FUNCTION__, pid, DNBStateAsString(pid_state)); in ThreadFunctionProcessStatus()
|
H A D | DNB.h | 239 const char *DNBStateAsString(nub_state_t state);
|
H A D | DNB.cpp | 533 __FUNCTION__, pid, DNBStateAsString(pid_state)); in DNBProcessAttach() 930 const char *DNBStateAsString(nub_state_t state) { in DNBStateAsString() function
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 1334 DNBStateAsString(new_state)); 1339 DNBStateAsString(new_state)); 1349 DNBStateAsString(new_state), DNBStateAsString(old_state), event_mask); 1451 m_task.TaskPort(), DNBStateAsString(state)); 1459 DNBStateAsString(state)); 1486 reap_time_elapsed / 1000, DNBStateAsString(GetState())); 1539 static_cast<const void *>(timeout_abstime), DNBStateAsString(state)); 1570 DNBStateAsString(state)); 1592 DNBStateAsString(state)); 1610 DNBStateAsString(state)); [all …]
|
H A D | MachThread.cpp | 463 DNBStateAsString(state), m_unique_id); in SetState()
|