[Lldb-commits] [lldb] [lldb] Add alternative SBThread::GetStopDescription (PR #165379)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 30 03:51:22 PDT 2025


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

LGTM, but wait for @JDevlieghere @DavidSpickett or @medismailben to have a final look too.

It's somewhat unfortunate that if we ever add an unrelated API overload that has the same argument names and types as this one, its typecheck would get affected. But I guess that's just a SWIG quirk when dealing with overloaded functions 🤷‍♂️

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


More information about the lldb-commits mailing list