[Lldb-commits] [PATCH] D134252: Track .dwo/.dwp loading errors and notify user when viewing variables.

Yubo Hu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 20 16:29:10 PDT 2022


GeorgeHuyubo added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp:82
   if (!m_dwo_id)
     return; // No DWO file.
 
----------------
Do we want to SetDwoError here? Since there is no DWO file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134252



More information about the lldb-commits mailing list