Searched refs:DNBStateAsString (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/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 | 238 const char *DNBStateAsString(nub_state_t state);
|
| H A D | DNB.cpp | 533 __FUNCTION__, pid, DNBStateAsString(pid_state)); in DNBProcessAttach() 922 const char *DNBStateAsString(nub_state_t state) { in DNBStateAsString() function
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 1328 DNBStateAsString(new_state)); 1333 DNBStateAsString(new_state)); 1343 DNBStateAsString(new_state), DNBStateAsString(old_state), event_mask); 1445 m_task.TaskPort(), DNBStateAsString(state)); 1453 DNBStateAsString(state)); 1480 reap_time_elapsed / 1000, DNBStateAsString(GetState())); 1533 static_cast<const void *>(timeout_abstime), DNBStateAsString(state)); 1564 DNBStateAsString(state)); 1586 DNBStateAsString(state)); 1604 DNBStateAsString(state)); [all …]
|
| H A D | MachThread.cpp | 463 DNBStateAsString(state), m_unique_id); in SetState()
|