[Lldb-commits] [PATCH] D55142: Minidump debugging using the native PDB reader
Leonard Mosescu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 12 13:19:09 PST 2018
lemo marked an inline comment as done.
lemo added inline comments.
================
Comment at: source/Commands/CommandObjectTarget.cpp:4246
if (symbol_file) {
- ObjectFile *object_file = symbol_file->GetObjectFile();
----------------
note I had to bypass this check: we don't (yet) have a ObjectFilePDB so the SymbolFileNativePDB always points to the associated PE binary.
the check itself seems valuable as a diagnostic but not strictly required. Should I add a TODO comment and/or open a bug to revisit this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55142/new/
https://reviews.llvm.org/D55142
More information about the lldb-commits
mailing list