[Lldb-commits] [lldb] adds additional information to the ProcessInfo object for elf processes (PR #88995)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 18 09:55:34 PDT 2024
JDevlieghere wrote:
Can we get (a subset) of this information on Darwin? I understand it's only necessary for ELF core files, and from the discussion that there's no standard POSIX way to get this, but it still feels a bit unfortunate to implement all these methods but only implement this for one specific platform.
https://github.com/llvm/llvm-project/pull/88995
More information about the lldb-commits
mailing list