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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 28 07:05:32 PDT 2025


================
@@ -118,6 +118,7 @@ static constexpr llvm::StringRef MethodsWithPointerPlusLen[] = {
     "_ZN4lldb8SBTarget15GetInstructionsEyPKvm",
     "_ZN4lldb8SBTarget25GetInstructionsWithFlavorEyPKcPKvm",
     "_ZN4lldb8SBThread18GetStopDescriptionEPcm",
+    "_ZNK4lldb8SBThread18GetStopDescriptionERNS_8SBStreamE",
----------------
DavidSpickett wrote:

Remind me why this goes here. Something like "Streams are represented in RPC as a buffer and a length"?

_ZN4lldb8SBThread18GetStopDescriptionEPcm is literally that, so I wonder if this new thing in fact doesn't need to be here.

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


More information about the lldb-commits mailing list