[Lldb-commits] [PATCH] D75750: WIP: [lldb] integrate debuginfod

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 19 08:37:24 PDT 2020


jankratochvil added inline comments.


================
Comment at: lldb/source/Core/SourceManager.cpp:422
           if (num_matches > 1) {
-            SymbolContext sc;
+            // SymbolContext sc;
             CompileUnit *test_cu = nullptr;
----------------
This comment should not stay there during check-in.


================
Comment at: lldb/source/Core/SourceManager.cpp:438
           if (!got_multiple) {
-            SymbolContext sc;
+            // SymbolContext sc;
             sc_list.GetContextAtIndex(0, sc);
----------------
This comment should not stay there during check-in.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75750





More information about the lldb-commits mailing list