delve v1.9.1 Release Notes
Release Date: 2022-08-23 // over 2 years ago-
โ Added
- โ Add support for empty string in substitutePath (@RuijieC-dev)
- ๐ Support gnu_debuglink section (@aarzilli)
- ๐ Support exact matches in SubstitutePath (@eandre)
- โ Add ability to show disassembly instead of source code (@aazilli)
- โ Add -per-g-hitcount to breakpoint conditions (@yangxikun)
๐ Fixed
- Ensure breakpoint map exists (@aarzilli)
- ๐ Use standard library to compute CRC for gnu_debuglink section (@aarzilli)
- ๐ Fix command to download Go version in CI (@derekparker)
- Do not panic reading bad G struct (@aarzilli)
- ๐ Fix parsing DWARFv5 file table (@derekparker)
- ๐ Improve trace subcommand output (@derekparker)
- ๐ Fix documentation for examinemem (@aaarzilli)
- ๐ Fix step instruction on 1 byte instruction with software breakpoint (@qmuntal)
- ๐ Fix handling of function entry / return in ebpf tracing backend (@derekparker)
- ๐ Fix size of ebpf type for fn_addr (@derekparker)
๐ Changed
- Send large terminal output to pager (@aarzilli)
- ๐จ Refactor windows backend framework (@qmuntal)
- Complete the dropping of CGO dependency for ebpf backend (@aarzilli)
- Limit disassembly range in DAP backend (@aarzilli)
Previous changes from v1.9.0
-
โ Added
- ๐ Support for Go 1.19 (#3038, #3031, #3009, @aarzilli)
- Autocomplete for local variables (#3004, @pippolo84)
- ๐ Support for function call injection on arm64 (#2996, @aarzilli)
๐ Fixed
- ๐ Ctrl-C handling on Windows (#3039, @aarzilli)
- Expressions accessing maps with string literals (#3036, @aarzilli)
- ๐ Occasional crash caused by race between manual stop and normal stop on macOS (#3021, @aarzilli)
- ๐จ Pretty-print of register components (#3022, @aarzilli)
- Misc function call injection bugs (#3007, #3002, #3000, @aarzilli)
๐ Changed
- ๐ Improved FreeBSD port (#3019, #2972, #2981, #2982, @4a6f656c)
- โ Misc test fixes (#3011, #2995, #2979, @polinasok, @aarzilli)
- ๐ Misc documentation changes (#2998, #2991, @aarzilli, @polinasok)
- ๐ Better autogenerated function skip (#2975, @aarzilli)