aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-07-23gdb/disassembly: Update to handle non-statement addressesAndrew Burgess1-6/+0
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-0/+6
2020-01-19Call disassemble_free_target in gdbTom Tromey1-1/+8
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-16/+14
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-1/+2
2019-08-06Add more styling to "disassemble"Tom Tromey1-25/+24
2019-07-27Restrict use of minsym names when printing addresses in disassembled codeKevin Buettner1-4/+8
2019-07-17Rename field_int to field_signedTom Tromey1-1/+1
2019-07-15Introduce field_unsignedTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-11Remove trailing newlines from help textTom Tromey1-1/+1
2019-05-17testsuite: Disable some tests when loggingAlan Hayward1-2/+2
2019-04-06Revert the header-sorting patchTom Tromey1-12/+8
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-8/+12
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add output styles to gdbTom Tromey1-1/+2
2018-10-04Simple -Wshadow=local fixesTom Tromey1-3/+4
2018-09-16Expand "show disassembler-options" outputTom Tromey1-4/+9
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki1-15/+112
2018-06-07Change build_address_symbolic to return std::stringTom Tromey1-8/+3
2018-05-24Update help text in disasm.cTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-10-17Remove cleanups from disasm.cTom Tromey1-53/+29
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Use ui_out_emit_tuple in disasm.cTom Tromey1-82/+82
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-6/+6
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-3/+3
2017-04-22Use ui_out_emit_listTom Tromey1-5/+1
2017-04-22Use ui_out_emit_tupleTom Tromey1-10/+3
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves1-1/+1
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-0/+179
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves1-11/+14
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-12/+6
2017-02-02Add back gdb_pretty_print_insnPedro Alves1-32/+22
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi1-1/+1
2017-01-26Don't throw exception in dis_asm_memory_errorYao Qi1-2/+11
2017-01-26Refactor disassembly codeYao Qi1-72/+85
2017-01-26New function null_streamYao Qi1-16/+1
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-10/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-26/+25
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2