[Lldb-commits] [lldb] Support breakpoint info bytes (PR #141122)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Fri May 23 12:00:32 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list