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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
