[all-commits] [llvm/llvm-project] 1c1238: [lldb-dap] Don't error out when the process is in ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon May 5 17:30:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c1238d3615a7e1a99570d1e02de3b538d2e0669
https://github.com/llvm/llvm-project/commit/1c1238d3615a7e1a99570d1e02de3b538d2e0669
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M lldb/tools/lldb-dap/DAP.cpp
Log Message:
-----------
[lldb-dap] Don't error out when the process is in eStateUnloaded (#138601)
DAP::WaitForProcessToStop treats the process in eStateUnloaded as an
error. The process is in this state when it has just been created
(before an attach or launch) or when it's restarted. Neither should be
treated as errors.
The current implementation can trigger this error (and a corresponding
test failure) when we call WaitForProcessToStop after attaching in
asynchronous mode (for example when using ConnectRemote which is always
asynchronous (due to a bug).
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