================ @@ -383,6 +383,12 @@ struct DAP { InstructionBreakpoint *GetInstructionBPFromStopReason(lldb::SBThread &thread); + FunctionBreakpoint *GetFunctionBPFromStopReason(lldb::SBThread &thread); + + FunctionBreakpoint *GetFunctionBreakPoint(const lldb::break_id_t bp_id); + + void WaitWorkerThreadsToExit(); ---------------- jeffreytan81 wrote:
What is this? https://github.com/llvm/llvm-project/pull/130841 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits