Home
last modified time | relevance | path

Searched refs:DNBThreadGetInfo (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNB.h120 const char * DNBThreadGetInfo (nub_process_t pid, nub_thread_t tid) DNB_EXPORT;
DDNB.cpp1629 DNBThreadGetInfo (nub_process_t pid, nub_thread_t tid) in DNBThreadGetInfo() function
DChangeLog1042 (DNBThreadGetInfo): New function.
1044 (DNBThreadGetInfo): New prototype.
DRNBRemote.cpp1480 const char * threadInfo = DNBThreadGetInfo(pid, tid); in HandlePacket_qThreadExtraInfo()