Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h179 nub_bool_t DNBThreadGetRegisterValueByID(nub_process_t pid, nub_thread_t tid,
H A DRNBRemote.cpp2575 if (DNBThreadGetRegisterValueByID(pid, tid, reg->nub_info.set, in register_value_in_hex_fixed_width()
2653 if (DNBThreadGetRegisterValueByID(pid, tid, REGISTER_SET_GENERIC, in ReadStackMemory()
2786 if (DNBThreadGetRegisterValueByID(pid, th, REGISTER_SET_GENERIC, in SendStopReplyPacketForThread()
2850 if (!DNBThreadGetRegisterValueByID( in SendStopReplyPacketForThread()
5542 if (!DNBThreadGetRegisterValueByID( in GetJSONThreadsInfo()
6025 if (DNBThreadGetRegisterValueByID(pid, tid, REGISTER_SET_GENERIC, in GetMachHeaderForMainExecutable()
H A DDNB.cpp1490 nub_bool_t DNBThreadGetRegisterValueByID(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterValueByID() function