[Lldb-commits] [PATCH] Refactor lldb-mi tests

Hafiz Abid Qadeer abidh.haq at gmail.com
Fri Feb 20 07:55:48 PST 2015


Please make the following 2 changes and commit.
Enable all tests on Linux. 
Fix the main.c as suggested in inline comments.

If there are some failures then I will fix/skip the tests as necessary.


================
Comment at: test/tools/lldb-mi/symbol/main.cpp:14
@@ +13,3 @@
+    int a = 10, b = 20;
+    s_MyVar = a + b;
+    return 0; // BP_return
----------------
This variable is undeclared. Causes build error.

http://reviews.llvm.org/D7762

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list