aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-21Fix an attempt to allocate an unreasonably large amount of memory when parsin...Nick Clifton1-1/+3
2022-12-16Fix previous delta to allow for compilation on 32-bit systemsNick Clifton1-0/+22
2022-12-09objdump: sframe: fix memory leaksIndu Bhagat1-1/+7
2022-12-04PR29846, segmentation fault in objdump.c compare_symbolsAlan Modra1-13/+10
2022-11-24Tidy objdump printing of section sizeAlan Modra1-2/+2
2022-11-23PR22509 - Null pointer dereference on coff_slurp_reloc_tableAlan Modra1-1/+1
2022-11-15readelf/objdump: support for SFrame sectionIndu Bhagat1-0/+75
2022-10-31objdump: Add configure time option to enable colored disassembly output by de...Nick Clifton1-7/+27
2022-10-26segfault in objdump.c reloc_atAlan Modra1-2/+2
2022-10-26PR29720, objdump -S crashes if build-id is missingAlan Modra1-9/+11
2022-10-05PR29647, objdump -S loopingAlan Modra1-2/+3
2022-09-13objdump: '-S' should trigger search for separate debuginfo.Aaron Merey1-2/+3
2022-09-06Add debuginfod support for objdump -SAaron Merey1-41/+211
2022-08-16PR29362, some binutils memory leaksAlan Modra1-0/+3
2022-08-13Make dwarf_vma uint64_tAlan Modra1-1/+1
2022-08-10objdump: fix extended (256) disassembler colorsAndrew Burgess1-1/+1
2022-08-09Default to enabling colored disassembly if output is to a terminal.Nick Clifton1-17/+50
2022-07-25opcodes: add new sub-mnemonic disassembler styleAndrew Burgess1-0/+2
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra1-5/+1
2022-05-31Trailing spaces in objdump -r headerAlan Modra1-1/+1
2022-05-20Stop readekf and objdump from aggressively following links.Nick Clifton1-16/+38
2022-05-03objdump: fix styled printing of addressesAndrew Burgess1-4/+5
2022-04-04objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess1-32/+217
2022-03-10Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton1-0/+8
2022-01-31Load debug section only when dumping debug sectionsH.J. Lu1-0/+8
2022-01-18PR28029, debuginfod testsAlan Modra1-50/+62
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-12Fix demangle style usage infoAlan Modra1-4/+4
2021-11-10Re: Add --unicode optionAlan Modra1-39/+39
2021-11-09Add --unicode option to control how unicode characters are handled by display...Nick Clifton1-31/+204
2021-11-04PR28540, segmentation fault on NULL byte_getAlan Modra1-1/+1
2021-10-25binutils, ld: make objdump --ctf's parameter optionalNick Alcock1-3/+6
2021-10-25binutils: make objdump/readelf --ctf-parent actually usefulNick Alcock1-49/+28
2021-10-25objdump doesn't accept -L optionAlan Modra1-1/+1
2021-10-06PR28401, invalid section name lookupAlan Modra1-13/+17
2021-09-02PTR_ADD and NPTR_ADD for bfd.hAlan Modra1-1/+1
2021-07-14objdump: add DWARF support for AIXClément Chigot1-3/+11
2021-05-29Re: readelf and objdump helpAlan Modra1-4/+4
2021-05-29readelf and objdump helpAlan Modra1-74/+133
2021-04-14PR27716, build failure for msdosdjgpp: PATH_MAX undeclaredAlan Modra1-3/+2
2021-04-09PowerPC disassembly of pcrel referencesAlan Modra1-30/+26
2021-04-06Return symbol from symbol_at_address_funcAlan Modra1-2/+4
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-1/+1
2021-03-31Use bool in binutilsAlan Modra1-205/+205
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-03-29binutils int vs bfd_boolean fixesAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton1-0/+12