================ @@ -398,6 +398,13 @@ class LLDB_API SBProcess { /// valid. lldb::SBProcessInfo GetProcessInfo(); + /// Return target dump file during postmortem debugging. + /// An empty file will be returned for live debugging. + /// + /// \return + /// The target dump file spec. + lldb::SBFileSpec GetCoreFile(); + ---------------- jasonmolenda wrote:
It seems correct to get this from the Process, because it's a property of the process. Before/after the Process exists, there is no core file FileSpec to return. https://github.com/llvm/llvm-project/pull/80767 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits