Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDUserSettingsController.cpp84 Status Properties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue() function in Properties
90 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDUserSettingsController.h56 virtual Status DumpPropertyValue(const ExecutionContext *exe_ctx,
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h53 virtual Status DumpPropertyValue(const ExecutionContext *exe_ctx,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectSettings.cpp259 Status error(GetDebugger().DumpPropertyValue( in DoExecute()
363 Status error(GetDebugger().DumpPropertyValue( in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueProperties.cpp353 Status OptionValueProperties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue() function in OptionValueProperties
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp477 m_opaque_sp->DumpPropertyValue(&exe_ctx, json_strm, setting, in GetSetting()