Home
last modified time | relevance | path

Searched refs:SaveCoreOptions (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp15 Status SaveCoreOptions::SetPluginName(const char *name) { in SetPluginName()
32 void SaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { m_style = style; } in SetStyle()
34 void SaveCoreOptions::SetOutputFile(FileSpec file) { m_file = file; } in SetOutputFile()
36 std::optional<std::string> SaveCoreOptions::GetPluginName() const { in GetPluginName()
40 lldb::SaveCoreStyle SaveCoreOptions::GetStyle() const { in GetStyle()
45 SaveCoreOptions::GetOutputFile() const { in GetOutputFile()
49 void SaveCoreOptions::Clear() { in Clear()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h21 class SaveCoreOptions {
23 SaveCoreOptions(){}; in SaveCoreOptions() function
24 ~SaveCoreOptions() = default;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h61 lldb_private::SaveCoreOptions &ref() const;
64 std::unique_ptr<lldb_private::SaveCoreOptions> m_opaque_up;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp23 m_opaque_up = std::make_unique<lldb_private::SaveCoreOptions>(); in SBSaveCoreOptions()
85 lldb_private::SaveCoreOptions &SBSaveCoreOptions::ref() const { in ref()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.h58 const lldb_private::SaveCoreOptions &options,
H A DObjectFileMinidump.cpp59 const lldb_private::SaveCoreOptions &options, in SaveCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h59 const lldb_private::SaveCoreOptions &options,
H A Dlldb-forward.h185 class SaveCoreOptions; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h196 const lldb_private::SaveCoreOptions &core_options);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1296 SaveCoreOptions m_core_dump_options;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp705 const lldb_private::SaveCoreOptions &options) { in SaveCore()
/freebsd/lib/clang/liblldb/
H A DMakefile609 SRCS+= Symbol/SaveCoreOptions.cpp