Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h118 bool SetPropertyAtIndexFromArgs(const ExecutionContext *exe_ctx, uint32_t idx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp269 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs() function in OptionValueProperties
/external/llvm-project/lldb/source/Target/
DTarget.cpp3872 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args); in SetRunArguments()
3912 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, Args(env)); in SetEnvironment()
4150 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args); in SetUserSpecifiedTrapHandlerNames()
DProcess.cpp199 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args); in SetExtraStartupCommands()