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

Ilia K ki.stfu at gmail.com
Mon Mar 23 15:08:15 PDT 2015


================
Comment at: include/lldb/API/SBCommandInterpreter.h:27-67
@@ -26,43 +26,43 @@
 
     bool
     GetStopOnContinue () const;
 
     void
     SetStopOnContinue (bool);
 
     bool
     GetStopOnError () const;
 
     void
     SetStopOnError (bool);
 
     bool
     GetStopOnCrash () const;
 
     void
     SetStopOnCrash (bool);
 
     bool
     GetEchoCommands () const;
 
     void
     SetEchoCommands (bool);
 
     bool
     GetPrintResults () const;
 
     void
     SetPrintResults (bool);
 
     bool
     GetAddToHistory () const;
 
     void
     SetAddToHistory (bool);
 private:
     lldb_private::CommandInterpreterRunOptions *
     get () const;
 
     lldb_private::CommandInterpreterRunOptions &
     ref () const;
 
----------------
or here?

================
Comment at: include/lldb/API/SBCommandInterpreter.h:101-102
@@ -100,4 +100,4 @@
     
     bool
     IsValid() const;
 
----------------
or here?

http://reviews.llvm.org/D8444

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






More information about the lldb-commits mailing list