aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-15objdump: don't cache section contents in load_specific_debug_sectionAlan Modra1-56/+29
2021-02-14objdump: don't add an extra entry to syms arrayAlan Modra1-28/+25
2021-02-12Change the readelf and objdump programs so that they will automatically follo...Nick Clifton1-24/+42
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-20objdump, readelf: Report errors from CTF archive iterationNick Alcock1-1/+6
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock1-1/+1
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-5/+5
2020-09-02ubsan: objdump.c:3009 negation of -2147483648Alan Modra1-2/+2