llvm-project
2d30a60e - [lldb-dap] Adding support for cancelling a request. (#130169)

Commit
346 days ago
[lldb-dap] Adding support for cancelling a request. (#130169) Adding support for cancelling requests. There are two forms of request cancellation. * Preemptively cancelling a request that is in the queue. * Actively cancelling the in progress request as a best effort attempt using `SBDebugger.RequestInterrupt()`.
Author
Parents
Loading