Curated CHANGELOG
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1210-2023-06-23
What's Changed
- proc: fix TestFrameEvaluation by adding missing assert by @alexandear in #3326
- proc: fix match condition in TestGnuDebuglink by @alexandear in #3327
- proc: disable flaky tests on windows/arm64 by @aarzilli in #3328
- Small test fix for early Go 1.21 by @aarzilli in #3312
- proc: step breakpoints shouldn't hide normal breakpoints by @aarzilli in #3287
- proc: Simplify eBPF backend implementation by @chenhengqi in #3325
- debugger: do not panic if defer location can not be found by @aarzilli in #3329
- proc/native: support core dumping on FreeBSD by @aarzilli in #3305
- service/debugger,terminal: API and user interface for follow exec mode by @aarzilli in #3286
- fix some comments by @cuishuang in #3340
- Add additional information to how to filter goroutines by @alexsaezm in #3341
- service: fix typos in comments by @alexandear in #3344
- proc/test: replace old func testName with T.Name by @alexandear in #3347
- service/dap,service/debugger: refactor regexp funcs by @alexandear in #3348
- service/dap: use reloaded value by @suzmue in #3349
- *: misc improvements to config command and substitute-path rules by @aarzilli in #3335
- pkg/proc: remove memlock limit for ebpf trace backend by @derekparker in #3353
- pkg/proc: add missing response body Close in test by @alexandear in #3355
- chore: don't ignore directory cmd/dlv by @spacewander in #3359
- refactor: replace
Readdir(-1)
withos.ReadDir
by @Juneezee in #3361 - dwarf/godwarf: fix alignment calculation for typedef types by @aarzilli in #3362
- service/dap: refactor funcs always returning nil error by @alexandear in #3357
- trace: add timestamp to the output by @spacewander in #3358
- proc,terminal: read command line of new processes by @aarzilli in #3346
- proc: fix runtime type handling for Go 1.21 by @aarzilli in #3370
- cmd/dlv: logger is not closed in connect command by @alexandear in #3367
- pkg/proc: pad variable mem in extractVarInfoFromEntry by @ZekeLu in #3365
- cmd/dlv,service/dap: use randomized name as default output binary by @aarzilli in #3366
- pkg/proc,pkg/terminal: close response body in tests by @alexandear in #3372
- proc: remove addrret field from Stackframe struct by @aarzilli in #3373
- service: fix typos in comments, logs, tests, errors, and vars by @alexandear in #3378
- dwarf,proc: fix typos in comments and error messages by @alexandear in #3379
- debuginfod-find stderr may contain diagnostics; look at stdout only by @fche in #3381
- documentation: add a note about starlark structs by @andreimatei in #3376
- starbind: Make the time module available to star scripts by @andreimatei in #3375
- dwarf/op: use readMemory function by @aarzilli in #3391
- _scripts: fix typos by @alexandear in #3402
- dwarf: ignore DeclLine for function args by @andreimatei in #3400
- docgen: fix links with trailing dots by @andreimatei in #3399
- service/rpccommon: correct wrong comments by @aarzilli in #3397
- TeamCity: actually run linux/386 tests on linux/386 by @aarzilli in #3392
- debugger: inline clearBreakpoint, createLogicalBreakpoint by @aarzilli in #3389
- starbind: fix use of ptr variables in starlark by @andreimatei in #3386
- cmd/commands: fix to read debug info file from correct directory in trace command by @nozzy123nozzy in #3405
- rpc2, debugger: Fix comments around goroutine grouping by @andreimatei in #3374
- TeamCity: fix linux/arm64 build by @aarzilli in #3403
- terminal: ask for confirmation when using 'quit -c' with breakpoints by @aarzilli in #3398
- proc/test: reenable cgo testing on FreeBSD by @aarzilli in #3394
- terminal: expand ~ in paths passed to 'source' by @aarzilli in #3387
- TeamCity: fix linux/arm64 build (second attempt) by @aarzilli in #3411
- service/dap: update go-dap to latest by @suzmue in #3414
- terminal/starbind: add online help for starlark by @aarzilli in #3388
- pkg/proc: enable basic debug functionality for stripped ELF binaries by @derekparker in #3408
- pkg/proc: fix ebpf probe tracing backend uprobe handling by @derekparker in #3417
- pkg/terminal: regenerate starlark mappings by @derekparker in #3418
- service,terminal: when libraries don't have debug_info print reason by @aarzilli in #3419
- proc: only print warning when gopclntab can not be read for first image by @aarzilli in #3420
- pkg/proc: improve stripped binary support with PIE by @derekparker in #3421
- service/dap: fix typos in comments by @alexandear in #3426
- proc: skip TestDebugStripped on linux/386/pie by @aarzilli in #3427
- all: Bump to v1.21.0 by @aarzilli in #3428
New Contributors
- @chenhengqi made their first contribution in #3325
- @Juneezee made their first contribution in #3361
- @ZekeLu made their first contribution in #3365
- @fche made their first contribution in #3381
- @nozzy123nozzy made their first contribution in #3405