[Lldb-commits] [lldb] [llvm] [lldb]Implement LLDB Telemetry (PR #98528)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 25 06:56:59 PDT 2024


================
@@ -257,8 +257,8 @@ enum StopReason {
 };
 
 /// Command Return Status Types.
-enum ReturnStatus {
-  eReturnStatusInvalid,
+enum ReturnStatus : int {
----------------
labath wrote:

How does this relate to the rest of the patch?

https://github.com/llvm/llvm-project/pull/98528


More information about the lldb-commits mailing list