================
@@ -117,6 +117,68 @@ struct MemoryEventBody {
};
llvm::json::Value toJSON(const MemoryEventBody &);
+enum StopReason : unsigned {
----------------
da-viper wrote:
Could we use `StoppedReason` instead as it is too similar to `lldb::StopReason`
and it is very easy to make the mistake of using the wrong enum.
https://github.com/llvm/llvm-project/pull/176273
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits