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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
