[all-commits] [llvm/llvm-project] da6e30: [lldb-dap] Adjusting multi-stopped event order. (#...

John Harrison via All-commits all-commits at lists.llvm.org
Wed Feb 11 13:13:59 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da6e3010365aa7af629ad61999b527012dbd8fb3
      https://github.com/llvm/llvm-project/commit/da6e3010365aa7af629ad61999b527012dbd8fb3
  Author: John Harrison <harjohn at google.com>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M lldb/tools/lldb-dap/EventHelper.cpp

  Log Message:
  -----------
  [lldb-dap] Adjusting multi-stopped event order. (#181001)

When multiple stopped events are detected we should send the
`"allThreadsStopped":true` last.

Currently, if there are multiple stopped threads and we attempt to step
around the 'allThreadsStopped' ends up with multiple stops highlighted
in the UI.

Reporting the focused thread last fixes this while still correctly
updating the thread state of all stopped threads.

This fixes an issue reported in
https://github.com/llvm/llvm-project/pull/176273#discussion_r2775979486



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