|
1 |
| - |
2 | 1 | # Changelog
|
3 | 2 |
|
4 | 3 | All notable changes to this project will be documented in this file.
|
5 | 4 | This project adheres to Semantic Versioning.
|
6 | 5 |
|
| 6 | +## [1.9.1] 2022-08-23 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Add support for empty string in substitutePath (@RuijieC-dev) |
| 11 | +- Support gnu_debuglink section (@aarzilli) |
| 12 | +- Support exact matches in SubstitutePath (@eandre) |
| 13 | +- Add ability to show disassembly instead of source code (@aazilli) |
| 14 | +- Add -per-g-hitcount to breakpoint conditions (@yangxikun) |
| 15 | + |
| 16 | +### Fixed |
| 17 | + |
| 18 | +- Ensure breakpoint map exists (@aarzilli) |
| 19 | +- Use standard library to compute CRC for gnu_debuglink section (@aarzilli) |
| 20 | +- Fix command to download Go version in CI (@derekparker) |
| 21 | +- Do not panic reading bad G struct (@aarzilli) |
| 22 | +- Fix parsing DWARFv5 file table (@derekparker) |
| 23 | +- Improve trace subcommand output (@derekparker) |
| 24 | +- Fix documentation for examinemem (@aaarzilli) |
| 25 | +- Fix step instruction on 1 byte instruction with software breakpoint (@qmuntal) |
| 26 | +- Fix handling of function entry / return in ebpf tracing backend (@derekparker) |
| 27 | +- Fix size of ebpf type for fn_addr (@derekparker) |
| 28 | + |
| 29 | +### Changed |
| 30 | + |
| 31 | +- Send large terminal output to pager (@aarzilli) |
| 32 | +- Refactor windows backend framework (@qmuntal) |
| 33 | +- Complete the dropping of CGO dependency for ebpf backend (@aarzilli) |
| 34 | +- Limit disassembly range in DAP backend (@aarzilli) |
| 35 | + |
7 | 36 | ## [1.9.0] 2022-07-06
|
| 37 | + |
8 | 38 | ### Added
|
| 39 | + |
9 | 40 | - Support for Go 1.19 (#3038, #3031, #3009, @aarzilli)
|
10 | 41 | - Autocomplete for local variables (#3004, @pippolo84)
|
11 | 42 | - Support for function call injection on arm64 (#2996, @aarzilli)
|
12 | 43 |
|
13 | 44 | ### Fixed
|
| 45 | + |
14 | 46 | - Ctrl-C handling on Windows (#3039, @aarzilli)
|
15 | 47 | - Expressions accessing maps with string literals (#3036, @aarzilli)
|
16 | 48 | - Occasional crash caused by race between manual stop and normal stop on macOS (#3021, @aarzilli)
|
|
0 commit comments