[Lldb-commits] [PATCH] D15593: Enhance "target modules dump line <file>" and use it to fix MI's -symbol-list-lines.

Ilia K via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 17 13:01:28 PST 2015


ki.stfu added inline comments.

================
Comment at: tools/lldb-mi/MICmdCmdSymbol.cpp:226
@@ -225,3 @@
-            // Skip entries which don't match the desired source.
-            if (strWantFile != strFile)
-                continue;
----------------
Is strWantFile needed? Seems it's an auxiliary variable.


Repository:
  rL LLVM

http://reviews.llvm.org/D15593





More information about the lldb-commits mailing list