[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

Aetf via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 4 09:33:59 PST 2017


aetf marked 2 inline comments as done.
aetf added a comment.

What do I do next? Could you help me commit and push this? since I don't have write access.



================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/main.cpp:22
 {
-    int a  = 10;
+    int a = 10;
+
----------------
abidh wrote:
> This declaration looks redundant.
It's used in `TestMiGdbSetShow.test_lldbmi_gdb_set_ouptut_radix`.


https://reviews.llvm.org/D24711





More information about the lldb-commits mailing list