[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:14:57 PDT 2025
================
@@ -118,6 +118,7 @@ static constexpr llvm::StringRef MethodsWithPointerPlusLen[] = {
"_ZN4lldb8SBTarget15GetInstructionsEyPKvm",
"_ZN4lldb8SBTarget25GetInstructionsWithFlavorEyPKcPKvm",
"_ZN4lldb8SBThread18GetStopDescriptionEPcm",
+ "_ZNK4lldb8SBThread18GetStopDescriptionERNS_8SBStreamE",
----------------
da-viper wrote:
Yeah, It shouldn't.
https://github.com/llvm/llvm-project/pull/165379
More information about the lldb-commits
mailing list