[Lldb-commits] [lldb] [lldb][NFCI] Remove BreakpointIDList::InsertStringArray (PR #77161)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 8 05:06:38 PST 2024


https://github.com/felipepiovezan approved this pull request.

LGTM!

I see that we still have `FindAndReplaceIDRanges` referencing CommandReturnObject; out of curiosity, have you had a chance to look into removing that one (if it makes sense)? I see that `CommandReturnObject` is neither `#include`ed nor forward declared in the header, so the code is very much relying on others files to do either of those.

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


More information about the lldb-commits mailing list