[Lldb-commits] [lldb] [lldb] Address mask sbprocess apis and new mask invalid const (PR #83663)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 6 10:05:36 PST 2024
jasonmolenda wrote:
> Still not sure this is the ideal API but we can't know that until someone (aka you :) ) has used it for a bit, so let's get this in.
Thanks for all the help in finishing this one. I think this approach with enums to select the different types/ranges, with defaulted arguments so the most frequent use case is easy, is not bad. My original patch had a lot of different methods for the different operations and that was a lot less clear for script writers I think.
https://github.com/llvm/llvm-project/pull/83663
More information about the lldb-commits
mailing list