[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 05:11:28 PST 2015
ki.stfu added inline comments.
================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/symbol/symbol_list_lines_inline_test.h:20
@@ -19,3 +19,3 @@
{
- return a + b;
+ return a + b; // FUNC_mfunc
}
----------------
and could you pick it up at 1 line above?
Repository:
rL LLVM
http://reviews.llvm.org/D15593
More information about the lldb-commits
mailing list