Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h120 bool SetPropertyAtIndexFromArgs(const ExecutionContext *exe_ctx, uint32_t idx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp253 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs() function in OptionValueProperties
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3951 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args); in SetRunArguments()
3991 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, Args(env)); in SetEnvironment()
4229 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args); in SetUserSpecifiedTrapHandlerNames()
H A DProcess.cpp197 m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args); in SetExtraStartupCommands()