Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h170 bool SetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp496 bool OptionValueProperties::SetPropertyAtIndexAsUInt64( in SetPropertyAtIndexAsUInt64() function in OptionValueProperties
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp531 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size); in SetTabSize()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp228 m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, bits); in SetVirtualAddressableBits()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp149 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, timeout); in SetPacketTimeout()