[Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi

Greg Clayton clayborg at gmail.com
Mon Mar 23 10:35:04 PDT 2015


Add the new API to the .i files as mentioned in the inline comments.


================
Comment at: include/lldb/API/SBCommandInterpreter.h:219-223
@@ -218,1 +218,7 @@
 
+    bool
+    GetPromptOnQuit() const;
+
+    void
+    SetPromptOnQuit(bool b);
+
----------------
You also need to add these to the SBCommandInterpreter.i file so they are available in python. If you have made any other lldb::SB changes in the last few weeks, you should go back and make sure to add any new functions to the appropriate .i file as well.

http://reviews.llvm.org/D8444

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






More information about the lldb-commits mailing list