Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dwarf v4 debug types support #530

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2023

  1. Support for parsing .debug_types section introduced in DWARF version 4

    Changes
      * Support for parsing type units from the .debug_types section
      * Added logic to generate debug_types with readelf tool
      * Added test binaries generated using IAR Embedded Workbench for ARM toolchain (dwarf_debug_types.elf)
    
    Known issues
      * When running unittests with new ELF binaries,
        * parsing of the .debug_frames section results in an infinite loop
        * parsing of the .debug_aranges section causes stream parsing errors
    Dinkar Khandalekar committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    eaf1174 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    c2a905c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    5df81dd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    91f3e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a612ffe View commit details
    Browse the repository at this point in the history