Home
last modified time | relevance | path

Searched refs:exp_values (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4029 OptionValueProperties *exp_values = in GetInjectLocalVariables() local
4031 if (exp_values) in GetInjectLocalVariables()
4032 return exp_values->GetPropertyAtIndexAsBoolean( in GetInjectLocalVariables()
4042 OptionValueProperties *exp_values = in SetInjectLocalVariables() local
4044 if (exp_values) in SetInjectLocalVariables()
4045 exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars, in SetInjectLocalVariables()
H A DProcess.cpp332 OptionValueProperties *exp_values = in GetOSPluginReportsAllThreads() local
334 if (!exp_values) in GetOSPluginReportsAllThreads()
337 return exp_values->GetPropertyAtIndexAsBoolean( in GetOSPluginReportsAllThreads()
344 OptionValueProperties *exp_values = in SetOSPluginReportsAllThreads() local
346 if (exp_values) in SetOSPluginReportsAllThreads()
347 exp_values->SetPropertyAtIndexAsBoolean( in SetOSPluginReportsAllThreads()