[Lldb-commits] [lldb] Reapply "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (PR #141670)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu May 29 01:32:57 PDT 2025
================
@@ -557,34 +557,3 @@ ELFLinuxPrPsInfo::Populate(const lldb_private::ProcessInstanceInfo &info,
*(psargs - 1) = '\0';
return prpsinfo;
}
-
-Status ELFLinuxSigInfo::Parse(const DataExtractor &data, const ArchSpec &arch,
----------------
labath wrote:
I'd expect you also need to delete the declaration of this from somewhere.
https://github.com/llvm/llvm-project/pull/141670
More information about the lldb-commits
mailing list