aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-27binutils, ld: dequote libctf error messagesNick Alcock1-1/+1
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-15/+27
2020-08-05Revert "PR26337, Malloc size error in objdump"Alan Modra1-3/+4
2020-08-05PR26337, Malloc size error in objdumpAlan Modra1-4/+3
2020-07-27Prevent strange "section mentioned in a -j option but not found"Alan Modra1-2/+2
2020-07-22binutils: objdump: ctf: drop incorrect linefeedsNick Alcock1-4/+4
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-0/+17
2020-06-26binutils, ld: work with --disable-libctfNick Alcock1-3/+24
2020-06-22Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton1-2/+2
2020-06-04opcodes: support insn endianness in cgen_cpu_openJose E. Marchesi1-0/+2
2020-05-01objdump: long run time when using -D -zAlan Modra1-32/+35
2020-04-15objdump --no-addressesAlan Modra1-18/+39
2020-03-24bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu1-1/+2
2020-03-10objdump disassembly of files without symbolsAlan Modra1-4/+8
2020-02-192020-02-19 Jordan Rupprecht <rupprecht@google.com>Eric Christopher1-1/+15