[Lldb-commits] [lldb] [lldb][API] Add Find(Ranges)InMemory() to Process SB API (PR #95007)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 14 08:51:59 PDT 2024


https://github.com/bulbazord commented:

Sorry for coming in a bit late here, I know this has been in review for a while.

I didn't look at this in great detail, but I did look at the changes you're making to the SBAPI. Can you change the reference parameters that are input-only to be marked `const`? Downstream we maintain some clang-based tooling that generates code from the SBAPI headers and having input-only reference parameters marked as `const` makes a difference for us.

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


More information about the lldb-commits mailing list