shafik marked 3 inline comments as done. shafik added a comment. @jingham I am switching to the @aprantl suggestions which feels cleaner and removes this issue.
================ Comment at: include/lldb/lldb-enumerations.h:60 ///< or threads get the chance to run. + kNumStateType }; ---------------- aprantl wrote: > I think we usually do something like eLastsState = eStateSuspended. This > avoid having to add the case to all the switches. This approach seems like a much better idiom, I will switch to that. https://reviews.llvm.org/D51445 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits