Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h168 bool SetPropertyAtIndexAsString(const ExecutionContext *exe_ctx, uint32_t idx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp437 bool OptionValueProperties::SetPropertyAtIndexAsString( in SetPropertyAtIndexAsString() function in OptionValueProperties
H A DCommandInterpreter.cpp170 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetSaveSessionDirectory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3940 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, arg); in SetArg0()
4118 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetStandardInputPath()
4128 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetStandardOutputPath()
4138 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetStandardErrorPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp282 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, p); in SetPrompt()