Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h214 SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value);
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp580 OptionValueProperties::SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, u… in SetPropertyAtIndexAsUInt64() function in OptionValueProperties
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp149 return m_collection_sp->SetPropertyAtIndexAsUInt64(NULL, idx, timeout); in SetPacketTimeout()