[Lldb-commits] [lldb] [lldb] Add alternative SBThread::GetStopDescription (PR #165379)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 28 09:57:02 PDT 2025
da-viper wrote:
> However I'm not sure how this solves the 2 calls burden
The two "calls" is now amortised depending on the scenario
The user might want to get multiple stop descriptions from different threads. to call `SBStream::GetData` once
or
They have a `SBStream` file redirect and do not need to call `SBStream::GetData` .
https://github.com/llvm/llvm-project/pull/165379
More information about the lldb-commits
mailing list