Skip to content

Commit

Permalink
Add .debug_rnglists to the list of sections that can appear in a DWO.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Jul 11, 2020
1 parent 4e603bc commit 95c93cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ impl SectionId {
SectionId::DebugLoc => ".debug_loc.dwo",
SectionId::DebugLocLists => ".debug_loclists.dwo",
SectionId::DebugMacro => ".debug_macro.dwo",
SectionId::DebugRngLists => ".debug_rnglists.dwo",
SectionId::DebugStr => ".debug_str.dwo",
SectionId::DebugStrOffsets => ".debug_str_offsets.dwo",
_ => return None,
Expand Down

0 comments on commit 95c93cc

Please sign in to comment.