================ @@ -131,9 +133,10 @@ def verify_breakpoint_hit(self, breakpoint_ids, timeout=DEFAULT_TIMEOUT): # So when looking at the description we just want to make sure # the right breakpoint matches and not worry about the actual # location. + type_name = "watchpoint" if is_watchpoint else "breakpoint" ---------------- da-viper wrote:
I assume we also have to change the reason for stop in the DAP stop event handler ?. https://github.com/llvm/llvm-project/blob/afd31339458967d3da9a04379f46f5e9ec1bb587/lldb/tools/lldb-dap/JSONUtils.cpp#L895-L900 https://github.com/llvm/llvm-project/pull/141122 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits