Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h159 bool SetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp477 bool OptionValueProperties::SetPropertyAtIndexAsUInt64( in SetPropertyAtIndexAsUInt64() function in OptionValueProperties
/external/llvm-project/lldb/source/Core/
DDebugger.cpp459 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size); in SetTabSize()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp148 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, timeout); in SetPacketTimeout()