[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:06:13 PST 2020
clayborg added a comment.
I would prefer that we just pick a PID of 1 for minidumps if they are missing and we have minidump files that don't have PIDs. Then no other logic needs to change? Have you seen real minidumps that have memory and threads and no process ID?
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