Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h220SetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, const char *new_value);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3300 m_collection_sp->SetPropertyAtIndexAsString (NULL, idx, arg); in SetArg0()
3423 m_collection_sp->SetPropertyAtIndexAsString (NULL, idx, p); in SetStandardInputPath()
3437 m_collection_sp->SetPropertyAtIndexAsString (NULL, idx, p); in SetStandardOutputPath()
3466 m_collection_sp->SetPropertyAtIndexAsString (NULL, idx, p); in SetStandardErrorPath()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp544 OptionValueProperties::SetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, c… in SetPropertyAtIndexAsString() function in OptionValueProperties
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp289 m_collection_sp->SetPropertyAtIndexAsString (NULL, idx, p); in SetPrompt()