Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionValueProperties.h210 SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValueProperties.cpp557 OptionValueProperties::SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, u… in SetPropertyAtIndexAsUInt64() function in OptionValueProperties
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp144 return m_collection_sp->SetPropertyAtIndexAsUInt64(NULL, idx, timeout); in SetPacketTimeout()