summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
Commit message (Expand)AuthorAgeFilesLines
* objdump: Add configure time option to enable colored disassembly output by de...Nick Clifton2022-10-311-7/+27
* segfault in objdump.c reloc_atAlan Modra2022-10-261-2/+2
* PR29720, objdump -S crashes if build-id is missingAlan Modra2022-10-261-9/+11
* PR29647, objdump -S loopingAlan Modra2022-10-051-2/+3
* objdump: '-S' should trigger search for separate debuginfo.Aaron Merey2022-09-131-2/+3
* Add debuginfod support for objdump -SAaron Merey2022-09-061-41/+211
* PR29362, some binutils memory leaksAlan Modra2022-08-161-0/+3
* Make dwarf_vma uint64_tAlan Modra2022-08-131-1/+1
* objdump: fix extended (256) disassembler colorsAndrew Burgess2022-08-101-1/+1
* Default to enabling colored disassembly if output is to a terminal.Nick Clifton2022-08-091-17/+50
* opcodes: add new sub-mnemonic disassembler styleAndrew Burgess2022-07-251-0/+2
* Always free matching vector from bfd_check_format_matchesAlan Modra2022-06-161-5/+1
* Trailing spaces in objdump -r headerAlan Modra2022-05-311-1/+1
* Stop readekf and objdump from aggressively following links.Nick Clifton2022-05-201-16/+38
* objdump: fix styled printing of addressesAndrew Burgess2022-05-031-4/+5
* objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess2022-04-041-32/+217
* Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton2022-03-101-0/+8
* Load debug section only when dumping debug sectionsH.J. Lu2022-01-311-0/+8
* PR28029, debuginfod testsAlan Modra2022-01-181-50/+62
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Fix demangle style usage infoAlan Modra2021-11-121-4/+4
* Re: Add --unicode optionAlan Modra2021-11-101-39/+39
* Add --unicode option to control how unicode characters are handled by display...Nick Clifton2021-11-091-31/+204
* PR28540, segmentation fault on NULL byte_getAlan Modra2021-11-041-1/+1
* binutils, ld: make objdump --ctf's parameter optionalNick Alcock2021-10-251-3/+6
* binutils: make objdump/readelf --ctf-parent actually usefulNick Alcock2021-10-251-49/+28
* objdump doesn't accept -L optionAlan Modra2021-10-251-1/+1
* PR28401, invalid section name lookupAlan Modra2021-10-061-13/+17
* PTR_ADD and NPTR_ADD for bfd.hAlan Modra2021-09-021-1/+1
* objdump: add DWARF support for AIXClément Chigot2021-07-141-3/+11
* Re: readelf and objdump helpAlan Modra2021-05-291-4/+4
* readelf and objdump helpAlan Modra2021-05-291-74/+133
* PR27716, build failure for msdosdjgpp: PATH_MAX undeclaredAlan Modra2021-04-141-3/+2
* PowerPC disassembly of pcrel referencesAlan Modra2021-04-091-30/+26
* Return symbol from symbol_at_address_funcAlan Modra2021-04-061-2/+4
* C99 binutils configuryAlan Modra2021-04-051-3/+1
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-1/+1
* Use bool in binutilsAlan Modra2021-03-311-205/+205
* TRUE/FALSE simplificationAlan Modra2021-03-291-1/+1
* binutils int vs bfd_boolean fixesAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton2021-03-041-0/+12
* objdump: don't cache section contents in load_specific_debug_sectionAlan Modra2021-02-151-56/+29
* objdump: don't add an extra entry to syms arrayAlan Modra2021-02-141-28/+25
* Change the readelf and objdump programs so that they will automatically follo...Nick Clifton2021-02-121-24/+42
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* objdump, readelf: Report errors from CTF archive iterationNick Alcock2020-11-201-1/+6
* libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock2020-11-201-1/+1
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-5/+5
* ubsan: objdump.c:3009 negation of -2147483648Alan Modra2020-09-021-2/+2