================
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/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to