[Lldb-commits] [lldb] Fix command escape bug in lldb-dap (PR #72902)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 20 11:46:54 PST 2023
https://github.com/bulbazord approved this pull request.
LGTM. It may be a good idea to move these APIs over to use std::optional instead of taking a default value so we can use 'value_or' instead of having to write logic to handle the default value through a parameter.
https://github.com/llvm/llvm-project/pull/72902
More information about the lldb-commits
mailing list