[Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
ki.stfu at gmail.com
Mon Mar 23 14:55:04 PDT 2015
@clayborg, take a look again please.
================
Comment at: include/lldb/API/SBCommandInterpreter.h:219-223
@@ -218,1 +218,7 @@
+ bool
+ GetPromptOnQuit() const;
+
+ void
+ SetPromptOnQuit(bool b);
+
----------------
clayborg wrote:
> 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.
> 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.
Done.
```
$ svn commit
Sending scripts/Python/interface/SBCommandInterpreter.i
Sending scripts/Python/interface/SBModule.i
Sending scripts/Python/interface/SBTarget.i
Transmitting file data ...
Committed revision 233029.
```
http://reviews.llvm.org/D8444
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list