aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-14Remove some variables but call functions for side effectsTom Tromey1-3/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-6/+0
2016-01-21gdb: Small cleanup to disasm.c:maybe_add_dis_line_entryAndrew Burgess1-4/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-2/+2
2015-11-04disasm: add struct disasm_insn to describe to-be-disassembled instructionMarkus Metzger1-9/+40
2015-11-04disasm: split dump_insnsMarkus Metzger1-77/+96
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-6/+6
2015-09-25Add some more casts (1/2)Simon Marchi1-7/+7