aprantl added inline comments.

================
Comment at: include/lldb/lldb-enumerations.h:60
                    ///< or threads get the chance to run.
+  kNumStateType
 };
----------------
I think we usually do something like eLastsState = eStateSuspended. This avoid 
having to add the case to all the switches.


https://reviews.llvm.org/D51445



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to