[Lldb-commits] [PATCH] D70238: [lldb] Allow loading of minidumps with no process id

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 9 15:15:23 PST 2020


clayborg added a comment.

The pid usually comes from the MinidumpMiscInfoFlags::ProcessID right? This is a minidump supported directory entry. We don't actually rely on /proc/%d/status right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70238/new/

https://reviews.llvm.org/D70238





More information about the lldb-commits mailing list