aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Update readelf's and objdump's debug frame displaying feature to include the ...Nick Clifton1-0/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-09-25Fix readelf's display of dwarf v5 range listsVsevolod Alekseyev1-1/+0
2023-08-23readelf/objdump: Handle DWARF info with mixed types of range section.Nick Clifton1-0/+1
2023-04-20ubsan: signed integer overflow in display_debug_lines_rawAlan Modra1-12/+13
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-23Don't use "long" in readelf for file offsetsAlan Modra1-5/+5
2022-08-13Make dwarf_vma uint64_tAlan Modra1-30/+26
2022-07-05Support for location and range lists for split-dwarf and dwarf-5.Bhuvanendra Kumar N1-0/+2
2022-06-22Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra1-0/+1
2022-06-21Binutils support for dwarf-5 (location and range lists related)Nick Clifton1-0/+1
2022-05-20Stop readekf and objdump from aggressively following links.Nick Clifton1-2/+2
2022-04-06Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton1-0/+4
2022-03-10Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton1-0/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-16When loading separate debug info files, also attempt to locate a file based u...Nick Clifton1-0/+1
2021-07-14objdump: add DWARF support for AIXClément Chigot1-1/+3
2021-07-10PR28069, assertion fail in dwarf.c:display_discr_listAlan Modra1-5/+5
2021-03-31Use bool in binutilsAlan Modra1-16/+16
2021-02-25Add initial support for .debug_sup sections.Nick Clifton1-0/+1
2021-02-15objdump: don't cache section contents in load_specific_debug_sectionAlan Modra1-2/+0
2021-02-12[binutils] Fix typo in comment in dwarf.hTom de Vries1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-06-22Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton1-0/+1
2020-05-05Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton1-0/+1
2020-04-29Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton1-9/+13
2020-03-11Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton1-0/+2
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey1-0/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23Revise sleb128 and uleb128 readerAlan Modra1-2/+58
2019-11-28binutils: Make some functions static in dwarf.cAndrew Burgess1-6/+0
2019-11-28binutils: Add a new function to initialise DWARF register name stateAndrew Burgess1-0/+2
2019-11-28binutils: Rename init_dwarf_regnamesAndrew Burgess1-1/+1
2019-02-25Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton1-0/+1
2019-02-22Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton1-1/+10
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-02binutils/riscv: Register names in DWARF outputAndrew Burgess1-0/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton1-18/+26
2017-09-22LVU: dump loclists with locviewsAlexandre Oliva1-0/+3
2017-07-02DWARF-5: readelf: .debug_namesJan Kratochvil1-0/+1
2017-03-02Fix dwarf_section_display_enum regression by DWARF-5Jan Kratochvil1-0/+2
2017-02-23DWARF-5 basic functionalityJan Kratochvil1-0/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani1-1/+1
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez1-0/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton1-1/+11
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu1-0/+1
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton1-43/+3