mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Optimize Next implementation
Once the program detects that we have stepped into another function, we simply calculate the return address and then set a breakpoint and continue to that location, avoiding numerous syscalls.
This commit is contained in:
@ -2,7 +2,6 @@ package proctl_test
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"path/filepath"
|
||||
"syscall"
|
||||
"testing"
|
||||
|
||||
Reference in New Issue
Block a user