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

Mikhail Senkov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 22 23:11:30 PDT 2019


zloyrobot added inline comments.


================
Comment at: lldb/lit/SymbolFile/NativePDB/pdb-file-lookup.cpp:4
+
+// Test that we can find .pdb file in folder containing .exe file.
+// RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s 
----------------
stella.stamenova wrote:
> Is this not testing finding the PDB file in the _NT_SYMBOL_PATH?
Thanks for feedback, this description is wrong and test checks that we can find PDB file in the _NT_SYMBOL_PATH and doesn't check PDB file in folder containing EXE file.

I'll update test and make it test both cases.


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