[Lldb-commits] [lldb] [LLDB][SaveCore] Add SBCoreDumpOptions Object, and SBProcess::SaveCore() overload (PR #98403)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 17 13:43:09 PDT 2024


================
@@ -355,11 +355,9 @@ size_t ObjectFilePECOFF::GetModuleSpecifications(
 }
 
 bool ObjectFilePECOFF::SaveCore(const lldb::ProcessSP &process_sp,
-                                const lldb_private::FileSpec &outfile,
-                                lldb::SaveCoreStyle &core_style,
+                                const lldb_private::CoreDumpOptions &core_options,
                                 lldb_private::Status &error) {
-  core_style = eSaveCoreFull;
----------------
Jlalond wrote:

For this function COFF never actually references the corestyle in saveminidump, so I am resolving.

https://github.com/llvm/llvm-project/pull/98403


More information about the lldb-commits mailing list