================ @@ -476,3 +476,9 @@ CPPLanguageRuntime::GetStepThroughTrampolinePlan(Thread &thread, return ret_plan_sp; } + +bool CPPLanguageRuntime::IsSymbolARuntimeThunk(const Symbol &symbol) { + llvm::outs() << symbol.GetMangled().GetMangledName().GetStringRef() << '\n'; ---------------- Michael137 wrote:
```suggestion llvm::outs() << symbol.GetMangled().GetMangledName().GetStringRef() << '\n'; ``` leftover debug? https://github.com/llvm/llvm-project/pull/127419 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits