Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h60 virtual void DumpAllPropertyValues(const ExecutionContext *exe_ctx,
/src/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp61 void Properties::DumpAllPropertyValues(const ExecutionContext *exe_ctx, in DumpAllPropertyValues() function in Properties
/src/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()
/src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp481 m_opaque_sp->DumpAllPropertyValues(&exe_ctx, json_strm, /*dump_mask*/ 0, in GetSetting()