objdump parsing for debugging

cpp debugging elf-parser objdump
2 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add Clang compiler support to the existing GitHub Actions workflow for the objdump-map project. This involves modifying the `test.yml` file to include Clang in the build and testing process, ensuring compatibility across both Clang and GCC compilers.

Complexity: 2/5
help wanted good first issue unit-test

objdump parsing for debugging

C++
#cpp#debugging#elf-parser#objdump
Parse warnings about 1 month ago

AI Summary: Implement a feature in the `objdump-map` project to store metadata about parsing warnings encountered during the processing of `objdump` output. This involves modifying the `ObjDumpAddressMap` and `ObjDumpParser` classes to record warnings (e.g., missing filenames) with associated warning codes and messages, improving the robustness and informative nature of the tool.

Complexity: 3/5
enhancement help wanted good first issue

objdump parsing for debugging

C++
#cpp#debugging#elf-parser#objdump