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