Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.h178 nub_bool_t DNBThreadGetRegisterValueByID(nub_process_t pid, nub_thread_t tid,
H A DRNBRemote.cpp2571 if (DNBThreadGetRegisterValueByID(pid, tid, reg->nub_info.set, in register_value_in_hex_fixed_width()
2649 if (DNBThreadGetRegisterValueByID(pid, tid, REGISTER_SET_GENERIC, in ReadStackMemory()
2782 if (DNBThreadGetRegisterValueByID(pid, th, REGISTER_SET_GENERIC, in SendStopReplyPacketForThread()
2846 if (!DNBThreadGetRegisterValueByID( in SendStopReplyPacketForThread()
5540 if (!DNBThreadGetRegisterValueByID( in GetJSONThreadsInfo()
6023 if (DNBThreadGetRegisterValueByID(pid, tid, REGISTER_SET_GENERIC, in GetMachHeaderForMainExecutable()
H A DDNB.cpp1483 nub_bool_t DNBThreadGetRegisterValueByID(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterValueByID() function