[Lldb-commits] [PATCH] D60962: [NativePDB] Extend .pdb files search folders

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 15:39:50 PDT 2019


amccarth added a comment.

cc: Pavel Labath because I know he's been involved in conversations about how to find symbol files in general (PDB, split DWARF, Breakpad, etc.), especially when doing post-mortem debugging.

I believe there are complications when the debugger host is different than the target host, (e.g., post-mortem debugging a Windows minidump using LLDB on Linux).

I'm not concerned about the details of this patch but whether this approach is going to be compatible with the more general solution being discussed.  This is small enough that it's probably not a big deal if it's helpful for now, but I'm going to hold my LGTM until Pavel has a chance to weigh in.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D60962





More information about the lldb-commits mailing list