[Lldb-commits] [lldb] [lldb][NFCI] Minor refactor to CommandObjectProcessHandle::VerifyCommandOptionValue (PR #79901)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 29 16:57:58 PST 2024


bulbazord wrote:

Okay, here's what I'll do then:
1. I will remove `VerifyCommandOptionValue` and replace uses of it with `OptionArgParser::ToBoolean`.
2. Afterwards, I will change the interface of `OptionArgParser::ToBoolean`.



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


More information about the lldb-commits mailing list