================
@@ -242,6 +242,8 @@ struct Configuration {
   std::string platformName;
 };
 
+enum Terminal : unsigned { eConsole, eIntegrated, eExternal };
----------------
ashgti wrote:

I believe the format for these should be `eTerminalConsole`, 
`eTerminalIntegrated`, `eTerminalExternal`.

https://github.com/llvm/llvm-project/pull/146950
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to