Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp17 Status SaveCoreOptions::SetPluginName(const char *name) { in SetPluginName()
44 void SaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { m_style = style; } in SetStyle()
46 void SaveCoreOptions::SetOutputFile(FileSpec file) { m_file = file; } in SetOutputFile()
48 std::optional<std::string> SaveCoreOptions::GetPluginName() const { in GetPluginName()
52 lldb::SaveCoreStyle SaveCoreOptions::GetStyle() const { in GetStyle()
57 SaveCoreOptions::GetOutputFile() const { in GetOutputFile()
61 Status SaveCoreOptions::SetProcess(lldb::ProcessSP process_sp) { in SetProcess()
83 Status SaveCoreOptions::AddThread(lldb::ThreadSP thread_sp) { in AddThread()
104 bool SaveCoreOptions::RemoveThread(lldb::ThreadSP thread_sp) { in RemoveThread()
108 bool SaveCoreOptions::ShouldThreadBeSaved(lldb::tid_t tid) const { in ShouldThreadBeSaved()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h24 class SaveCoreOptions {
26 SaveCoreOptions(){}; in SaveCoreOptions() function
27 ~SaveCoreOptions() = default;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h141 lldb_private::SaveCoreOptions &ref() const;
144 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()
131 lldb_private::SaveCoreOptions &SBSaveCoreOptions::ref() const { in ref()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.h81 lldb_private::SaveCoreOptions &save_core_options) in MinidumpFileBuilder()
185 lldb_private::SaveCoreOptions m_save_core_options;
H A DObjectFileMinidump.h59 lldb_private::SaveCoreOptions &options,
H A DObjectFileMinidump.cpp74 lldb_private::SaveCoreOptions &options, in SaveCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h60 lldb_private::SaveCoreOptions &options,
H A Dlldb-forward.h186 class SaveCoreOptions; variable
211 class SaveCoreOptions; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h731 Status CalculateCoreFileSaveRanges(const SaveCoreOptions &core_options,
738 CalculateCoreFileThreadList(const SaveCoreOptions &core_options);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h265 lldb_private::SaveCoreOptions &core_options);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6559 const SaveCoreOptions &options, in SaveDynamicLoaderSections()
6582 const SaveCoreOptions &core_options, in SaveOffRegionsWithStackPointers()
6703 const SaveCoreOptions &options, in GetUserSpecifiedCoreFileSaveRanges()
6722 Status Process::CalculateCoreFileSaveRanges(const SaveCoreOptions &options, in CalculateCoreFileSaveRanges()
6780 Process::CalculateCoreFileThreadList(const SaveCoreOptions &core_options) { in CalculateCoreFileThreadList()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1343 SaveCoreOptions m_core_dump_options;
/freebsd/lib/clang/liblldb/
H A DMakefile629 SRCS+= Symbol/SaveCoreOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp955 lldb_private::SaveCoreOptions &options) { in SaveCore()