Releases: 99designs/delve
Releases · 99designs/delve
v1.21.0
Changelog
- e49c81c *: Fix ppc64le test runs (go-delve#3460)
- 326c451 *: add linux/ppc64le targets (go-delve#3435)
- 71f1220 *: add ppc64le support (go-delve#2963)
- 13ad7dc *: misc improvements to config command and substitute-path rules (go-delve#3335)
- 1ec7320 *: remove deepsource.toml (go-delve#3468)
- 5a159c2 Add additional information to how to filter goroutines
- 908876d DWARF CFI: use a stack for restore/remember opcodes (go-delve#3480)
- caf6df0 Documentation,cmd/dlv: clean up command line usage help (go-delve#3395)
- bdec83d Fix typo
- 953b145 Merge branch 'go-delve:master' into master
- cc05aa2 TeamCity: actually run linux/386 tests on linux/386 (go-delve#3392)
- ea13a24 TeamCity: fix linux/arm64 build (go-delve#3403)
- 380920c TeamCity: fix linux/arm64 build (second attempt) (go-delve#3411)
- b07ef66 Update target.go (go-delve#3471)
- 9d6bce4 _scripts: fix typos (go-delve#3402)
- 1647fa6 all: Bump to v1.21.0 (go-delve#3428)
- 80840dd all: fix typos (go-delve#3434)
- 8023fa9 all: use "len == 0" rather than "len <= 0" when checking empty slice/string (go-delve#3439)
- 7fb9dda api,dap: fix hexadecimal printing of vars with symbolic const values (go-delve#3487)
- 8c9ce61 chore: don't ignore directory cmd/dlv (go-delve#3359)
- 8b9c3a9 cmd/commands: Fix to read debug info file from the correct directory when using trace command with -e option. (go-delve#3405)
- 84b757a cmd/dlv,service/dap: use randomized name as default output binary (go-delve#3366)
- 5f01e72 cmd/dlv: handle ctrl-c during tracing (go-delve#3477)
- 1c9792b cmd/dlv: logger is not closed in connect command (go-delve#3367)
- 83a2555 debugger: do not panic if defer location can not be found (go-delve#3329)
- 407ace9 debugger: inline clearBreakpoint, createLogicalBreakpoint (go-delve#3389)
- 68f5856 debuginfod-find stderr may contain diagnostics; look at stdout only for filename (go-delve#3381)
- 5c711f8 docgen: fix links with trailing dots (go-delve#3399)
- b79dd04 documentation: add a note about starlark structs (go-delve#3376)
- 3b251c9 dwarf,proc: fix typos in comments and error messages (go-delve#3379)
- 5c7049b dwarf/godwarf: fix alignment calculation for typedef types (go-delve#3362)
- 4798924 dwarf/op: use readMemory function (go-delve#3391)
- 6a56d0e dwarf: ignore DeclLine for function args (go-delve#3400)
- e24a7b1 fix some comments
- f469a0a go.mod: update version of github.com/cilium/ebpf (go-delve#3491)
- e56490e gobuild: pass user specified -C argument first (go-delve#3456)
- 891a1f0 goversion,teamcity: update test matrix and fix build scripts (go-delve#3463)
- 53688a1 goversion: parse new version format and simplify version representation (go-delve#3470)
- 4ce596b locspec: fix SubstitutePath when converting a Windows path to Linux (go-delve#3453)
- 2b785f2 logflags: simplify Logger interface (go-delve#3274)
- e404917 pkg,service: fix typos in comments, exceptions, tests (go-delve#3486)
- 8aa0050 pkg,service: make receiver names consistent (go-delve#3473)
- 2d3fd35 pkg,service: refactor to use %q instead of "%s" (go-delve#3430)
- f016055 pkg/dwarf/frame: fix FrameDescriptionEntries's Append (go-delve#3433)
- c5d9baa pkg/proc,pkg/terminal: close response body in tests (go-delve#3372)
- 53998cb pkg/proc,service/*: Supports sending output to clients when running programs remotely (go-delve#3253)
- 86020cd pkg/proc: Fix PIE tests on ppc64le port (go-delve#3498)
- a3b053d pkg/proc: add missing response body Close in test (go-delve#3355)
- f0b534d pkg/proc: add support for more types in ebpf tracing backend (go-delve#3474)
- ccf17a6 pkg/proc: enable basic debug functionality for stripped ELF binaries (go-delve#3408)
- 1d28cec pkg/proc: fix ebpf probe tracing backen uprobe handling (go-delve#3417)
- 656c4f1 pkg/proc: improve stripped binary support with PIE (go-delve#3421)
- 463b97d pkg/proc: pad variable mem in extractVarInfoFromEntry (go-delve#3365)
- f3bfa7c pkg/proc: remove memlock limit for ebpf trace backend (go-delve#3353)
- cbc45e1 pkg/proc: simplify code with trivial changes (go-delve#3436)
- d006538 pkg/terminal: regenerate starlark mappings (go-delve#3418)
- b5c9edc pkg/terminal: use reflect.Value.IsValid to check a zero Value (go-delve#3450)
- 34104fb proc,ebpf: mark as unreadable args with unsupported types with ebpf (go-delve#3444)
- 0b35fe6 proc,service,terminal: add ways to list goroutines waiting on a channel (go-delve#3481)
- e95ae9c proc,terminal: read command line of new processes (go-delve#3346)
- 47481fe proc/native: support core dumping on FreeBSD (go-delve#3305)
- 5880f4c proc/test: reenable cgo testing on FreeBSD (go-delve#3394)
- 25f0e77 proc/test: replace old func testName with T.Name
- 64d5ce2 proc: Simplify eBPF backend implementation (go-delve#3325)
- dc5d8de proc: add waitfor option to attach (go-delve#3445)
- c1482ca proc: check recursion level when loading pointers (go-delve#3431)
- 80e6c28 proc: disable "wait-for" tests on freebsd (go-delve#3482)
- 6d88b52 proc: disable flaky tests on windows/arm64 (go-delve#3328)
- ec07c27 proc: fix PIE support on macOS (go-delve#3467)
- 4c40e81 proc: fix TestEvalExpression on Windows (go-delve#3313)
- be88f98 proc: fix escapeCheck infinite recursion if something can not be (go-delve#3311)
- 6605d46 proc: fix match condition in TestGnuDebuglink
- 674bd63 proc: fix runtime type handling for Go 1.21 (go-delve#3370)
- 281f392 proc: fix stacktraces on freebsd/amd64/go1.20 (go-delve#3458)
- 74a6981 proc: fix test by adding missing assert
- 14d9c18 proc: only print warning when gopclntab can not be read for first image (go-delve#3420)
- d963eb1 proc: read context from sigtrampgo, fixes TestCgoStacktrace2 on 1.21 (go-delve#3401)
- 7f094c8 proc: refactorings to implement follow-exec mode on Windows (go-delve#3441)
- faebde1 proc: remove addrret field from Stackframe struct (go-delve#3373)
- 789f8b4 proc: remove unused functions (go-delve#3479)
- 7db57df proc: replace use of runtime.GOARCH with Arch.Name (go-delve#3442)
- afef1ae proc: skip TestDebugStripped on linux/386/pie (go-delve#3427)
- 36980dc proc: step breakpoints shouldn't hide normal breakpoints (go-delve#3287)
- 3507ff9 proc: support multiple functions with the same name (go-delve#3297)
- 6a0423a proc: when stepping set condition on thread ID if there is no curg (go-delve#3475)
- 8711f62 refactor: replace
Readdir(-1)
withos.ReadDir
(go-delve#3361) - 6d412c6 rpc2, debugger: Fix comments around goroutine grouping (go-delve#3374)
- 95dac8f service,terminal: when libraries don't have debug_info print reason (go-delve#3419)
- a53f1bf service/api: in multiline mode print address of pointers (go-delve#3448)
- 5f588d8 service/dap,service/debugger: refactor regexp funcs
- 70b8062 service/dap: fix failing test on Go 1.21 (go-delve#3312)
- 9f3e146 service/dap: fix test for debug in progress (go-delve#3407)
- 322a138 service/dap: fix typos in comments (go-delve#3426)
- 0e3cae9 service/dap: fix typos in comments (go-delve#3438)
- a57c60e service/dap: refactor funcs always returning nil error (go-delve#3357)
- e549a02 service/dap: update go-dap to latest (go-delve#3414)
- 17d1f4c service/dap: use == to test io.EOF (go-delve#3464)
- 9873e0e service/dap: use reloaded value
- a61ccea service/debugger,terminal: API and user interface for follow exec mode (go-delve#3286)
- 6d7263f service/rpccommon: correct wrong comments (go-delve#3397)
- cc71863 service: fix typos in comments (go-delve#3344)
- e33806a service: fix typos in comments, logs, tests, and vars (go-delve#3378)
- c2bfdfc starbind: Make the time module available to star scripts (go-delve#3375)
- ae67a45 starbind: fix Starlark slice unmarshaling (go-delve#3454)
- 7603e46 starbind: fix use of ptr variables in starlark (go-delve#3386)
- 894ba63 teamcity: hold back linux/386 builds to 1.20 (go-delve#3465)
- 32b937c teamcity: misc changes to CI (go-delve#3476)
- db0bc26 terminal,service: better printing of suspended breakpoints (go-delve#3415)
- 7d8f476 terminal/starbind: add online help for starlark (go-delve#3388)
- efb119d terminal: Fix printing boolean values in Starlark scripts (go-delve#3314)
- 9b17415 terminal: ask for confirmation when using 'quit -c' with breakpoints (go-delve#3398)
- c958128 terminal: expand ~ in paths passed to 'source' (go-delve#3387)
- ca611db terminal: restore breakpoints set with line offset on restart (go-delve#3425)
- 801a910 trace: add timestamp to the output (go-delve#3358)
- d8ff5d1 v1.20.2
v1.20.1
Changelog
- f07be48 *: CHANGELOG and bump to version 1.20.0 (go-delve#3209)
- 9523849 *: Change comments to match common Go standarts (go-delve#3221)
- 8e48ad7 *: bump to version 1.20.1 (go-delve#3213)
- b9a8bd7 *: early fixes for go1.20 (go-delve#3180)
- 7c83534 *: remove some code for Go 1.12 or earlier (go-delve#3271)
- 95a1513 Add type to call evaluation and expression evaluation (go-delve#3172)
- 3d6730d Default to stop test_windows.ps1 when there is an error (go-delve#3285)
- 72c77b1 Documentation/faq: Correct commands in substitute-path section (go-delve#3222)
- 3a91d56 Documentation: add -test.run to test example (go-delve#3212)
- 709da9a Documentation: document how to debug runtime with Delve (go-delve#3234)
- 5b82967 Documentation: expand project layout to match usage (go-delve#3304)
- 372552b Documentation: fix typo and grammar issues (go-delve#3291)
- e11e885 Documentation: watch example for arbitrary address (go-delve#3268)
- f439987 G struct offset is a pointer to an offset since go1.20 (go-delve#3196)
- b397040 Merge branch 'go-delve:master' into master
- a185d0e Run CI tests on windows/arm64 agents (go-delve#3198)
- c728f90 TeamCity,Documentation: use new TeamCity URL (go-delve#3275)
- 32df407 TeamCity: fix windows/amd64 builds (go-delve#3223)
- e5006c1 Test windows/arm64 pipeline (go-delve#3200)
- 824e0a8 Two fixes to type cast evaluation (go-delve#3186)
- 753cb4c Update github.com/derekparker/trie dependency (go-delve#3219)
- bc5c0d4 _scripts: Update staticcheck (go-delve#3270)
- 011fe67 _scripts: fix log.Printf format specifier (go-delve#3260)
- c7fa713 bininfo: Log when the file listed in .gnu_debuglink is not found (go-delve#3188)
- 64a9024 cmd/dlv, pkg/proc: use T.TempDir in tests (go-delve#3256)
- c0b0148 cmd/dlv: Add flag to replay for rr onprocess pid (go-delve#3281)
- 2391601 cmd/dlv: Include hidden flag -c for coredumpctl support (go-delve#3195)
- 98f6d0b cmd/dlv: fix exit status for trace subcommand (go-delve#3263)
- 4aaa184 cmd/dlv: match go test behavior when dlv test gets a list of .go files (go-delve#3232)
- 3847b7a debugger,terminal: Allow setting and clearing breakpoints after process exit (go-delve#3246)
- 998e2f2 dwarf/frame: Remove expression constants (go-delve#3218)
- 0a7b051 dwarf/line: enable TestGrafana on Windows (go-delve#3289)
- cac86b8 dwarf/line: handle end_seq properly (go-delve#3277)
- d71b3aa dwarf/op: change generated comment header (go-delve#3288)
- 19368d8 dwarf: fix broken external url to arm dwarf mapping (go-delve#3272)
- a35b902 gdbserial: continue if tcsetpgrp fails (go-delve#3211)
- 9f731de go.mod: update github.com/google/go-dap to v0.7.0 (go-delve#3237)
- 436fed8 godwarf: Allow extracting a DWARF entry's field (go-delve#3258)
- 9c44954 godwarf: Attempt to load
DW_AT_specification
if present (go-delve#3247) - f6e6ead pkg/proc,service/test: refactor to strings.ReplaceAll (go-delve#3269)
- bbc2270 pkg/proc: apply simplifycompositelit analysis fixes (go-delve#3236)
- a01fe73 pkg/proc: do not check decl line for FunctionArguments (go-delve#3254)
- 18ebd91 pkg/proc: fix arm64 linux cgo stacktrace (go-delve#3192)
- 4050a62 pkg/proc: fix stripping DYLD_INSERT_LIBRARIES on macOS (go-delve#3245)
- aee401b pkg/proc: populate pointer values (go-delve#3229)
- 63ef73a pkg/terminal: Improve error when unable to read history file (go-delve#3169)
- 9230a97 pkg/terminal: fix handling list colors via config (go-delve#3240)
- 8db9be9 pkg/terminal: use default for Y/n empty response (go-delve#3248)
- 37e44bf proc,proc/native: adds ability to automatically debug child processes (go-delve#3165)
- 7a05a43 proc,terminal: remove unused unexported functions (go-delve#3299)
- 1314368 proc/dwarf: LEB128 encode/decode in separate pkg (go-delve#3235)
- 58fc393 proc/dwarf: Move util functions to dwarf package (go-delve#3252)
- 350dd6a proc/gdbserial/gdbserver: Don't pass DYLD_INSERT_LIBRARIES to debugserver (go-delve#3181)
- 56eed89 proc/gdbserver: set child process pgrp as foreground group (go-delve#3205)
- 00df758 proc/native: fix FreeBSD backend (go-delve#3224)
- 95e33ed proc/native: fix syscalls to SYS_PROCESS_VM_READV (and WRITEV) (go-delve#3273)
- a6e3d14 proc: Fix typos in the comments (go-delve#3231)
- 212c200 proc: do not try to load a non-empty slice if the base address is 0 (go-delve#3295)
- 5ca60a8 proc: extend macOS workaround to amd64 (go-delve#3204)
- a9d699b proc: fix automatic breakpoints visibility (go-delve#3300)
- cba16f9 proc: fix index access to already-loaded string values (go-delve#3184)
- 1522382 proc: fuzzing expression evaluator and variable loader (go-delve#3293)
- 9faf66b proc: limit maximum time.Time we try to format (go-delve#3294)
- d15c86e proc: prefer addresses when setting a breakpoint (go-delve#3193)
- cf65f94 proc: remove unused parameter from resolveParametricType (go-delve#3276)
- 34b6ee8 proc: replace os.SEEK_CUR with io.SeekCurrent (go-delve#3214)
- 4303ae4 service/dap: correct typos in comments (go-delve#3264)
- b072f61 service/debugger: Assume current dir for exec (go-delve#3167)
- 2c10bb3 service/debugger: allow setting a breakpoint with a specific ID (go-delve#3185)
- 983624c service/debugger: fix comment on EvalVariableInScope (go-delve#3225)
- 260229b terminal/logflags: Added
SetLoggerFactory(LoggerFactory)
(go-delve#3257) - 6233570 terminal: Add config options for tab printing (go-delve#3243)
- 2be9cf1 terminal: use exact window size for pager (go-delve#3249)
v1.9.1
Changelog
- 3fb2d49 *: Bump version to 1.9.0 (go-delve#3054)
- c412dcd *: run go1.19 'go fmt' on everything and fix problems (go-delve#3031)
- 5b9f65d *: switch to int64 for goroutine IDs (go-delve#3110)
- be08778 :* Improve trace subcommand output (go-delve#3091)
- 5d6b31a Add Debugger to UIs list in EditorIntegration (go-delve#3127)
- 06d3474 Add goreleaser to build and release dlv binaries
- 258d613 Add release documentation
- 4455d6a Add support for windows/arm64 (go-delve#3063)
- d513b6d Documentation: add DAP launch/attach configuration matrix (go-delve#2991)
- aa03666 Documentation: add homebrew installation instructions back again
- 10332d6 Documentation: document substitute-path more (go-delve#2998)
- d17c5e1 Documentation: fix documentation of examinemem (go-delve#3087)
- e2ec3eb Documentation: reverse step, next and stepout (go-delve#3119)
- 900b843 Merge branch 'go-delve:master' into master
- eb19018 Merge pull request #1 from 99designs/goreleaser
- 65d5eb7 TeamCity,goversion: bump test matrix (go-delve#3092)
- 2d9a9d4 _scripts/test_linux.sh,_scripts/test_windows.ps1: always return exit code 0 when testing on tip (go-delve#2997)
- bfb7181 _scripts: always return exit code 0 when testing on tip (go-delve#2980)
- 97a7455 _scripts: fix CI on go1.19/linux/386 (go-delve#3100)
- db9770f _scripts: fix command to download Go version (go-delve#3099)
- 6aa54c5 _scripts: un-pin mingw version (go-delve#3046)
- 6ef5284 cmd/dlv,proc: misc improvements to trace subcommand (go-delve#3069)
- 70b8a78 cmd/dlv: disable TestTraceMultipleGoroutines on FreeBSD (go-delve#3144)
- 5bc8460 dap: add MultiClientCloseServerMock and fix test shutdown leak (go-delve#3011)
- 705ab20 dap: remote attach must not use terminateDebuggee in single-client launch mode (go-delve#2995)
- 2d09ea6 dwarf/frame: discard indirect flag reading personality func in eh_frame (go-delve#3032)
- 5660f9a dwarf/op,proc: output register name when printing location exprs (go-delve#3052)
- ae55d84 fix StepInstruction on 1 byte instruction with a software breackpoint (go-delve#3084)
- 0fedc08 go.mod,proc: upgrade golang.org/x/sys/unix (go-delve#3134)
- dc76cc2 go.mod: update starlark dependency (go-delve#3112)
- d05e88c go.mod: use pseudo verion for github.com/go-delve/liner (go-delve#3026)
- b83ea0c pkg/dwarf/line: Fix parsing file table for DWARFv5 (go-delve#3090)
- e72d9b3 pkg/locspec: support exact match in SubstitutePath (go-delve#3075)
- 5c5fca4 pkg/proc/internal/ebpf: Fix handling of entry / return (go-delve#3081)
- 36b35aa pkg/proc/internal/ebpf: Fix size of ebpf type for fn_addr (go-delve#3080)
- 9c5777e pkg/proc: fix and improve freebsd register handling (go-delve#3019)
- 928e34d pkg/terminal: Add auto-complete for local variables (go-delve#3004)
- 7d2cf11 pkg: fix a few function names on comments
- 4372ce0 proc,_scripts/rtype.go: add rtype annotations for g.atomicstatus (go-delve#3143)
- 6f34add proc,service/debugger: introduce TargetGroup abstraction (go-delve#3030)
- ec5fcc0 proc,service/debugger: track how breakpoints were originally set (go-delve#3148)
- a73eaef proc,service: change FindLocation to work with multiple targets (go-delve#3103)
- 78471b3 proc,service: represent logical breakpoints explicitly (go-delve#2946)
- 6e7e1d8 proc,terminal: allow setting suspended breakpoints (go-delve#3154)
- 55e37e2 proc/core: return true for calls to Recorded (go-delve#2979)
- 32bdd19 proc/gdbserver: fix function call injection on rr (go-delve#3007)
- 2827145 proc/gdbserver: ignore spurious stop packet from debugserver (go-delve#3021)
- 5452c30 proc/internal/ebpf: drop dependency on cgo (go-delve#3072)
- beaa046 proc/native: acquire debug programs privilege on Windows (go-delve#3162)
- 76ecc53 proc/native: fix Ctrl-C handling on non-headless instances on windows (go-delve#3039)
- 5b88e45 proc/native: fix Windows build (go-delve#3023)
- c6447e1 proc/native: fix support_sentinel_darwin.go name (go-delve#3147)
- 6ad3169 proc/native: refactor windows framework (go-delve#3079)
- c120db3 proc: add support for setting additional registers on freebsd/amd64 (go-delve#2981)
- 6bda708 proc: allow type casts between compatible types (go-delve#3149)
- cd8cf3b proc: disable TestCGONext on darwin/amd64 (go-delve#3160)
- 3de29a8 proc: do not panic reading bad G struct (go-delve#3098)
- b53fcbe proc: fix RFLAGS corruption after call injection on amd64 (go-delve#3002)
- ff3370e proc: fix arm64SwitchStack for go1.19 (go-delve#3038)
- 9d26979 proc: fix autogenerated helper skip on linux/386 PIE builds (go-delve#2975)
- b0ac6db proc: fix cast to empty interface type (go-delve#3146)
- c31040b proc: fix fatal throw breakpoint on go1.19 (go-delve#3009)
- 5ebf020 proc: fix hang caused by g.atomicstatus has change to atomic.Uint32 (go-delve#3129)
- 1effee3 proc: fix openSeparateDebugInfo backwards compatibility path (go-delve#3145)
- ac81269 proc: fix prettyprint for register components with large values (go-delve#3022)
- 51090f0 proc: fixes concerning call injection on freebsd and rr (go-delve#3000)
- f82d225 proc: fuse evalToplevelTypeCast and evalTypeCast (go-delve#3057)
- 8178152 proc: make sure logical breakpoints map exists (go-delve#3115)
- db3e5ef proc: map access with string literal key should always succeed (go-delve#3036)
- 9bcccf8 proc: reduntant type conversion (go-delve#3131)
- b5d05bb proc: remove import "C" for linux/386 backend (go-delve#3159)
- 02d46b0 proc: remove old method to resolve the type of an interface to a DIE (go-delve#3150)
- c9d800e proc: support function call injection on arm64 (go-delve#2996)
- 2900418 proc: support gnu_debuglink section (go-delve#3073)
- 5b16ddb proc: unlock OS thread on exit from handlePtraceFuncs (go-delve#2972)
- 0c09fc9 proc: use stdlib to compute CRC for gnu_debuglink section (go-delve#3105)
- 20df19e service/dap: Add support for empty string in substitutePath (go-delve#3088)
- 5170a6e service/dap: fix indexing bug for maps (go-delve#3068)
- 6440b3b service/dap: fix nil ptr deref when current addr is not in a func (go-delve#3157)
- 059406e service/dap: limit disassembly range (go-delve#3045)
- 8a230b7 service/dap: show full value when evaluating log messages (go-delve#3141)
- 7ab33ac service/debugger: close executable file (go-delve#2976)
- 9319cc3 service/debugger: make TestDebugger_LaunchWithTTY pass on FreeBSD (go-delve#2982)
- 8337b5a service/debugger: merge attachErrorMessage, verifyBinaryFormat (go-delve#3142)
- 65cfd25 service/debugger: refactor state/collectBreakpointInfo for TargetGroup (go-delve#3064)
- ac8720e service/test,proc: move variable evaluation test to pkg/proc (go-delve#3024)
- ec1d1ef terminal/command: 'goroutines' command add new flags '-exec command' (go-delve#3044)
- 278e4d1 terminal/command: add -per-g-hitcount option to condition command (go-delve#3055)
- 1fe03e7 terminal: add ability to show disassembly instead of source (go-delve#3047)
- 1add32b terminal: do not use WaitSince as unix time (go-delve#3139)
- b19d67c terminal: remove leftover GOPATH references (go-delve#3117)
- cb91509 terminal: send large output to pager (go-delve#3060)
- a501814 testcase: remove accidental debug binary (go-delve#3035)
- d9d8f4a v1.9.1 (go-delve#3116)
- 0764cc3 vendor: update version of go/packages to 0.1.11 (go-delve#3053)
v1.8.0
Changelog
- 02ea136 Add goreleaser to build and release dlv binaries
- c0fa4e3 Documentation: add more installation instuctions (go-delve#2824)
- 07bcf0c Documentation: document runtime.curg and runtime.frameoff (go-delve#2835)
- 389cccf TeamCity: fix scripts selecting Go version (go-delve#2804)
- 4a94b3e Updates for go1.18beta1 (go-delve#2831)
- d514b4c _scripts: add option to disable invoking git during build (go-delve#2798)
- b69bcf5 _scripts: fix test_linux.sh version check (go-delve#2785)
- 3d334e4 fmt code (go-delve#2826)
- 1a81536 godwarf/type: fix typo (go-delve#2813)
- 01b0142 proc/*: minor miscellaneous code cleanups (go-delve#2790)
- 617d934 proc/gdbserial: allow rewind to work after process exit with rr (go-delve#2815)
- b81f618 proc/native: ignore 'pf' mappings during core dump creation (go-delve#2761)
- 2cd9d26 proc: add dummy files to fix vendoring of Delve (go-delve#2807)
- b8a9ae2 proc: fix signal handling during stepping (go-delve#2803)
- 75bbbbb proc: support DWARF5 on Windows/macOS (go-delve#2791)
- 935161f service/dap: expose sources command in evaluate request (go-delve#2797)
- 88dca53 service/dap: fix TestNextParked (go-delve#2784)
- 2f13672 service/dap: fix compile error from merge conflict (go-delve#2818)
- d0898e4 service/dap: misc remote attach improvements (go-delve#2778)
- 3833c3d service/dap: move presentationHint to frame from source (go-delve#2810)
- a4ac69e service/dap: support goroutine filters in dap (go-delve#2759)
- b192d84 service: use name w/o parameters for breakpoints on generic funcs (go-delve#2774)
- 15bb95c terminal/command: fix up OoB in
deferred
command (go-delve#2823) - 3841099 v1.8 (go-delve#2840)
- f34a1e6 version: fix build version using buildInfo (go-delve#2789)