@@ -5,6 +5,45 @@ This project adheres to Semantic Versioning.
55
66All changes mention the author, unless contributed by me (@derekparker ).
77
8+ ## [ 1.0.0] 2018-02-19
9+
10+ ### Added
11+
12+ - Print DWARF location expression with ` whatis ` (@aarzilli )
13+ - Use ` DW_AT_producer ` to warn about optimized code (@aarzilli )
14+ - Use constants to describe variable value (@aarzilli )
15+ - Use ` DW_AT_decl_line ` to determine variable visibility (@aarzilli )
16+ - ` -offsets ` flag for ` stack ` command (@aarzilli )
17+ - Support CGO stacktraces (@aarzilli )
18+ - Disable optimizations in C compiler (@aarzilli )
19+ - ` --output ` flag to configure output binary (@Carpetsmoker )
20+ - Support ` DW_OP_piece ` , ` DW_OP_regX ` , ` DW_OP_fbreg ` (@aarzilli )
21+ - Support ` DW_LNE_define_file ` (@aarzilli )
22+ - Support more type casts (@aarzilli )
23+
24+ ### Fixed
25+
26+ - Disable file path case normalization on OSX (@aarzilli )
27+ - Support Mozilla RR 5.1.0 (@aarzilli )
28+ - Terminal no longer crashes when process exits during ` next ` (@aarzilli )
29+ - Fix TestCoreFPRegisters on Go 1.9 (@aarzilli )
30+ - Avoid scanning system stack if it's not executing CGO (@aarzilli )
31+ - Locspec "+0" should always evaluate to the current PC (@aarzilli )
32+ - Handle ` DW_LNE_end_of_sequence ` correctly (@aarzilli )
33+ - Top level interface variables may have 0 address (@aarzilli )
34+ - Handle ` DW_TAG_subprogram ` with a nochildren abbrev (@aarzilli )
35+ - StepBreakpoint handling (@aarzilli )
36+
37+ ### Changed
38+
39+ - Documentation improvements (@grahamking )
40+ - Removed limitation of exit notifications (@dlsniper )
41+ - Use ` go env GOPATH ` for install path
42+ - Disable test caching (@aarzilli )
43+ - Disable ` -a ` and use ` all= ` for Go 1.10 building (@aarzilli )
44+ - Automatically deref interfaces on member access (@aarzilli )
45+ - Replace all uses of ` gosymtab/gopclntab ` with ` .debug_line ` section (@aarzilli )
46+
847## [ 1.0.0-rc.2] 2017-10-16
948
1049### Added
0 commit comments