Skip to content

Commit

Permalink
Merge pull request #261 from chaoticgd/dwarf
Browse files Browse the repository at this point in the history
Add initial DWARF implementation
  • Loading branch information
chaoticgd authored Oct 30, 2024
2 parents 6989df0 + 31e4588 commit c550a6e
Show file tree
Hide file tree
Showing 13 changed files with 857 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ add_library(ccc STATIC
src/ccc/data_refinement.h
src/ccc/dependency.cpp
src/ccc/dependency.h
src/ccc/dwarf_section.cpp
src/ccc/dwarf_section.h
src/ccc/elf.cpp
src/ccc/elf.h
src/ccc/elf_symtab.cpp
Expand Down
Loading

0 comments on commit c550a6e

Please sign in to comment.