delve/pkg
Alessandro Arzilli f2571fd46e
proc: fix step stuttering when entering range-over-func bodies (#3788)
Fixes a repeated stop on the first line of a range-over-func body when
stepping through a program. The entry point breakpoint is changed to a
special breakpoint that, when hit:

- clears the current temporary breakpoints
- sets breakpoints like 'next' would, and
- resumes execution.
2024-08-10 21:15:26 -07:00
..
astutil pkg/astutil,pkg/elfwriter: fix package doc (#3753) 2024-06-20 21:48:33 +02:00
config go.mod: update gopkg.in/yaml to v3 (#3776) 2024-07-11 08:04:47 -07:00
dwarf pkg/dwarf/line: use t.Logf instead of fmt.Printf in tests (#3772) 2024-07-11 10:19:09 -07:00
elfwriter pkg/astutil,pkg/elfwriter: fix package doc (#3753) 2024-06-20 21:48:33 +02:00
gobuild all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00
goversion goversion: add 1.23 to supported versions, update test matrix (#3780) 2024-07-15 14:43:03 -07:00
internal/gosym *: remove redundant lines at the start/end of block (#3773) 2024-07-11 13:54:55 +02:00
locspec *: replace fmt.Errorf with errors.New (#3752) 2024-06-20 21:50:18 +02:00
logflags all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00
proc proc: fix step stuttering when entering range-over-func bodies (#3788) 2024-08-10 21:15:26 -07:00
terminal pkg: refactor to buf.WriteString() (#3769) 2024-07-11 08:06:51 -07:00
version *: release version 1.23.0 (#3782) 2024-07-16 11:44:48 -07:00