================
@@ -1591,24 +1591,24 @@ class CommandObjectProcessHandle : public 
CommandObjectParsed {
 
   Options *GetOptions() override { return &m_options; }
 
-  bool VerifyCommandOptionValue(const std::string &option, int &real_value) {
-    bool okay = true;
+  std::optional<bool> VerifyCommandOptionValue(const std::string &option) {
----------------
bulbazord wrote:

I was actually in the middle of doing that when I found 
`VerifyCommandOptionValue`. I was going to upload a PR for it after removing 
this.

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

Reply via email to