File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 22
33--------------------------------------------------------------------------------
44
5+ ## 0.19.0
6+
7+ Released 2019/07/08.
8+
9+ ### Breaking changes
10+
11+ * Small API changes related to ` .debug_loc ` and ` .debug_loclists ` :
12+ added ` read::RawLocListEntry::AddressOrOffsetPair ` enum variant,
13+ added ` write::Sections::debug_loc/debug_loclists ` public members,
14+ and replaced ` write::AttributeValue::LocationListsRef ` with ` LocationListRef ` .
15+ [ #425 ] ( https://github.com/gimli-rs/gimli/pull/425 )
16+
17+ ### Added
18+
19+ * Added ` read::Attribute::exprloc_value ` and ` read::AttributeValue::exprloc_value ` .
20+ [ #422 ] ( https://github.com/gimli-rs/gimli/pull/422 )
21+
22+ * Added support for writing ` .debug_loc ` and ` .debug_loclists ` sections.
23+ [ #425 ] ( https://github.com/gimli-rs/gimli/pull/425 )
24+
25+ * Added ` -G ` flag to ` dwarfdump ` example to display global offsets.
26+ [ #427 ] ( https://github.com/gimli-rs/gimli/pull/427 )
27+
28+ * Added ` examples/simple.rs ` .
29+ [ #429 ] ( https://github.com/gimli-rs/gimli/pull/429 )
30+
31+ ### Fixed
32+
33+ * ` write::LineProgram::from ` no longer requires ` DW_AT_name ` or ` DW_AT_comp_dir `
34+ attributes to be present in the unit DIE.
35+ [ #430 ] ( https://github.com/gimli-rs/gimli/pull/430 )
36+
37+ --------------------------------------------------------------------------------
38+
539## 0.18.0
640
741Released 2019/04/25.
You can’t perform that action at this time.
0 commit comments