[Lldb-commits] [lldb] [lldb-dap] Migrating 'threads' request to structured types. (PR #142510)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 3 13:11:55 PDT 2025


================
@@ -116,77 +116,79 @@ void SendProcessEvent(DAP &dap, LaunchMethod launch_method) {
 
 // Send a thread stopped event for all threads as long as the process
 // is stopped.
-void SendThreadStoppedEvent(DAP &dap) {
+void SendThreadStoppedEvent(DAP &dap, bool on_entry) {
----------------
JDevlieghere wrote:

Can this return an `llvm::Error` and have the error percolated up instead of logging it here?

https://github.com/llvm/llvm-project/pull/142510


More information about the lldb-commits mailing list