Home
last modified time | relevance | path

Searched refs:SetPropertyValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp208 Status error(m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
226 error = m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
238 error = m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
688 Status error(m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
790 Status error(m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
898 Status error(m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
1003 Status error(m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
1099 Status error(m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
1169 Status error(m_interpreter.GetDebugger().SetPropertyValue( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserSettingsController.h62 virtual Status SetPropertyValue(const ExecutionContext *exe_ctx,
H A DDebugger.h235 Status SetPropertyValue(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp44 Status Properties::SetPropertyValue(const ExecutionContext *exe_ctx, in SetPropertyValue() function in Properties
H A DDebugger.cpp317 Status Debugger::SetPropertyValue(const ExecutionContext *exe_ctx, in SetPropertyValue() function in Debugger
330 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value)); in SetPropertyValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1001 error = debugger_sp->SetPropertyValue(&exe_ctx, eVarSetOperationAssign, in SetInternalVariable()