v1.20.1
github-actions
released this
22 Mar 04:45
·
115 commits
to master
since this release
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)