mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
Inserts a call to ClearAllGCache into stepInstructionOut so that cached goroutine state is not inconsistent after an injected function call.\ Fixes #1925