[all-commits] [llvm/llvm-project] 3f7ca8: [lldb-dap] Add progress events to the packet list ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Apr 2 15:33:29 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f7ca8826776f32526e948b89816db492435f2e2
      https://github.com/llvm/llvm-project/commit/3f7ca8826776f32526e948b89816db492435f2e2
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
    M lldb/test/API/tools/lldb-dap/progress/TestDAP_Progress.py

  Log Message:
  -----------
  [lldb-dap] Add progress events to the packet list (#134157)

Before #134048, TestDAP_Progress relied on wait_for_event to block until
the progressEnd came in. However, progress events were not added to the
packet list, so this call would always time out. This PR makes it so
that packets are added to the packet list, and you can block on them.



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