aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14Improve objdump's handling of compressed sections.Nick Clifton1-2/+15
2023-08-30objdump: Free sorted_syms on error pathAlan Modra1-0/+1
2023-08-03objdump, nm: sprintf sanitizer null destination pointerAlan Modra1-10/+15
2023-05-26Enhance objdump's --private option so that it can display the contents of PE ...Nick Clifton1-1/+1
2023-04-04Use bfd_alloc memory for read_debugging_info storageAlan Modra1-2/+0
2023-03-14objdump segfault after symbol table errorAlan Modra1-0/+2
2023-03-09objdump: report no section contentsAlan Modra1-10/+10
2023-03-06Downgrade objdump fatal errors to non-fatalAlan Modra1-48/+95
2023-03-06Correct objdump command line error handlingAlan Modra1-10/+15
2023-02-22Re: objdump read_section_stabsAlan Modra1-1/+1
2023-02-22Re: objdump read_section_stabsAlan Modra1-1/+1
2023-02-16Delete PROGRESS macrosAlan Modra1-5/+0
2023-02-15objdump read_section_stabsAlan Modra1-63/+33
2023-02-15objdump -G memory leakAlan Modra1-1/+4
2023-02-11objdump -D of bss sections and -s with -jAlan Modra1-12/+17
2023-02-09Clear cached file size when bfd changed to BFD_IN_MEMORYAlan Modra1-38/+13
2023-01-23Fix objdump --reloc for specific symbolVladislav Khmelevsky1-0/+7
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