@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/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
