Skip to content

Commit 6599b52

Browse files
committed
Split out dwarf printing code to a separate file
1 parent 7324649 commit 6599b52

3 files changed

Lines changed: 1218 additions & 1205 deletions

File tree

src/cmd/dwarf.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ use typed_path::Utf8NativePathBuf;
2020
use crate::{
2121
util::{
2222
dwarf::{
23-
parse_producer, preprocess_cu_tag, process_compile_unit, process_cu_tag,
24-
process_overlay_branch, read_debug_section, should_skip_tag, tag_type_string,
23+
parse_producer, preprocess_cu_tag, print::tag_type_string, process_compile_unit,
24+
process_cu_tag, process_overlay_branch, read_debug_section, should_skip_tag,
2525
AttributeKind, MemberFunctionMap, TagKind, TypedefMap,
2626
},
2727
file::buf_writer,

0 commit comments

Comments
 (0)