Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h177 bool SetPropertyAtIndexAsString(const ExecutionContext *exe_ctx, uint32_t idx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp466 bool OptionValueProperties::SetPropertyAtIndexAsString( in SetPropertyAtIndexAsString() function in OptionValueProperties
H A DCommandInterpreter.cpp193 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetSaveSessionDirectory()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4259 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, arg); in SetArg0()
4530 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetStandardInputPath()
4540 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetStandardOutputPath()
4550 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path); in SetStandardErrorPath()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp306 m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, p); in SetPrompt()