15 comments (15 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++10,782 forks (10,782 forks)batch import
good first issuetools:llvm-dwarfdump
Repository metrics
- Stars
- 26,378 stars (26,378 stars)
- PR merge metrics
- Avg merge 1d 2h (Avg merge 1d 2h)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
llvm-readelf/obj supports --elf-output-style= with JSON as one of the values which makes parsing readelf output much easier. Having the same for llvm-dwarfdump would also be nice to have.
Contributor guide
- Research direction
- Study the existing JSON output implementation in llvm readelf/obj to understand the pattern, then apply a similar approach to llvm dwarfdump, ensuring compatibility with the dwarfdump data model.
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- C++LLVM project structure