mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
the entry point of a function is the beginning of the prologue, which can be run multiple times for each invocation of a function if the stack needs to be expanded or the scheduler needs to be run.