[PATCH] D53002: Create a new symbol file plugin for cross-platform PDB symbolization

Hui Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 17:19:09 PDT 2018


Hui added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp:559
+    lldb_private::SymbolContextList &sc_list) {
+  // For now we only support lookup by method name.
+  if (!(name_type_mask & eFunctionNameTypeMethod))
----------------
will be good to add a 'pdb' or 'npdb' log channel for any lookup logging etc. 


Repository:
  rL LLVM

https://reviews.llvm.org/D53002





More information about the llvm-commits mailing list