[all-commits] [llvm/llvm-project] 69a0af: [lldb-dap] Don't make stopOnAttach the default in ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue May 6 18:20:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69a0af35a5860156836e9e295ecef9de3474db11
      https://github.com/llvm/llvm-project/commit/69a0af35a5860156836e9e295ecef9de3474db11
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py
    M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
    M lldb/test/API/tools/lldb-dap/attach/TestDAP_attachByPortNum.py

  Log Message:
  -----------
  [lldb-dap] Don't make stopOnAttach the default in attach tests

Make stopOnAttach=False the default again and explicitly pass
stopOnAttach=True where the tests relies on that. I changed the default
in the launch sequence PR (#138219) because that was implicitly the
assumption (the tests never send the configurationDone request).



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