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