Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4126 OptionValueProperties *exp_values = in GetInjectLocalVariables() local
4128 if (exp_values) in GetInjectLocalVariables()
4129 return exp_values->GetPropertyAtIndexAsBoolean( in GetInjectLocalVariables()
4139 OptionValueProperties *exp_values = in SetInjectLocalVariables() local
4141 if (exp_values) in SetInjectLocalVariables()
4142 exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars, in SetInjectLocalVariables()
H A DProcess.cpp333 OptionValueProperties *exp_values = in GetOSPluginReportsAllThreads() local
335 if (!exp_values) in GetOSPluginReportsAllThreads()
338 return exp_values->GetPropertyAtIndexAsBoolean( in GetOSPluginReportsAllThreads()
345 OptionValueProperties *exp_values = in SetOSPluginReportsAllThreads() local
347 if (exp_values) in SetOSPluginReportsAllThreads()
348 exp_values->SetPropertyAtIndexAsBoolean( in SetOSPluginReportsAllThreads()