mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +08:00
This patch removes the old error-prone way of tracking whether the tracepoint is for a function entry or return. Instead of trying to guess, let the data structure simply tell us directly.