mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
Adds an RPC call to cancel in-progress debuginfod-find downloads. Wires this call to ^C in the terminal interface and to receiving a Pause request while already pausing in DAP. Adds a new terminal command to download the debug info for libraries for which it hasn't been downloaded already. Fixes #3906