Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp53 void Properties::DumpAllPropertyValues(const ExecutionContext *exe_ctx, in DumpAllPropertyValues() function in Properties
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h58 virtual void DumpAllPropertyValues(const ExecutionContext *exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp269 GetDebugger().DumpAllPropertyValues(&m_exe_ctx, result.GetOutputStream(), in DoExecute()
357 GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file, in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp446 m_opaque_sp->DumpAllPropertyValues(&exe_ctx, json_strm, /*dump_mask*/ 0, in GetSetting()