Home
last modified time | relevance | path

Searched refs:DNBThreadGetName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.h173 const char *DNBThreadGetName(nub_process_t pid, nub_thread_t tid);
H A DDNB.cpp898 const char *DNBThreadGetName(nub_process_t pid, nub_thread_t tid) { in DNBThreadGetName() function
H A DRNBRemote.cpp2747 const char *thread_name = DNBThreadGetName(pid, tid); in SendStopReplyPacketForThread()
5485 const char *thread_name = DNBThreadGetName(pid, tid); in GetJSONThreadsInfo()