diff options
author | Jacob Lalonde <jalalonde@fb.com> | 2024-08-15 16:29:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 16:29:59 -0700 |
commit | 572943e79080962cd70d30fe58a17a8bd0579fd7 (patch) | |
tree | a6bd57054d0788d58d8786d9953e553ba86fdae9 /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | |
parent | d156a5a1cb3b3405a6c1e941d112f262c29e15cf (diff) | |
download | llvm-572943e79080962cd70d30fe58a17a8bd0579fd7.zip llvm-572943e79080962cd70d30fe58a17a8bd0579fd7.tar.gz llvm-572943e79080962cd70d30fe58a17a8bd0579fd7.tar.bz2 |
[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)
Reapply #100443 and #101770. These were originally reverted due to a
test failure and an MSAN failure. I changed the test attribute to
restrict to x86 (following the other existing tests). I could not
reproduce the test or the MSAN failure and no repo steps were provided.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp')
-rw-r--r-- | lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp index bda691a..9d01089 100644 --- a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp +++ b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp @@ -355,7 +355,7 @@ size_t ObjectFilePECOFF::GetModuleSpecifications( } bool ObjectFilePECOFF::SaveCore(const lldb::ProcessSP &process_sp, - const lldb_private::SaveCoreOptions &options, + lldb_private::SaveCoreOptions &options, lldb_private::Status &error) { // Outfile and process_sp are validated by PluginManager::SaveCore assert(options.GetOutputFile().has_value()); |