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

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 28 09:44:06 PDT 2025


medismailben wrote:

I don't feel strongly against this (since passing an `lldb::SBStream&` to a method is the idiomatic way to get an object description in the SBAPI). However I'm not sure how this solves the 2 calls burden: Instead, you'll need to call `SBStream::GetString()` on top of calling `SBThread::GetDescription(lldb::SBStream&)`. 

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


More information about the lldb-commits mailing list