[all-commits] [llvm/llvm-project] b9813c: [LLDB][LLDB-DAP] Wire up DAP to listen to external...

Jacob Lalonde via All-commits all-commits at lists.llvm.org
Tue Jan 21 16:55:16 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9813ceb95a81506b0bdedfae5e7b4b9f4d9c6bc
      https://github.com/llvm/llvm-project/commit/b9813ceb95a81506b0bdedfae5e7b4b9f4d9c6bc
  Author: Jacob Lalonde <jalalonde at fb.com>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

  Changed paths:
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/tools/lldb-dap/lldb-dap.cpp

  Log Message:
  -----------
  [LLDB][LLDB-DAP] Wire up DAP to listen to external progress events (#123826)

Recently I added SBProgress (#119052), and during that original commit I
tested if the progress event was sent over LLDB-DAP, and it was. However
upon the suggestion of @JDevlieghere and @labath we added an external
category (#120171), which I did not test.

This small patch wires up DAP to listen for external events by default,
and adds the external category to the SBDebugger enumeration.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list