[Lldb-commits] [lldb] Add a new SBProcess:: GetCoreFile() API (PR #80767)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 16:45:21 PST 2024


jasonmolenda wrote:

This seems like a useful addition to me, I've had some users of corefiles who have asked for an SBProcess::IsCore() type of method.  (and others asking for ways to access metadata from the corefile itself via the Process, although I've never thought about how to do that, maybe some SBStructuredData thing because there are so many different forms of metadata that Process plugins might have available)

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


More information about the lldb-commits mailing list