summaryrefslogtreecommitdiff
path: root/gdb/disasm.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-17Remove cleanups from disasm.cTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Use ui_out_emit_tuple in disasm.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Introduce gdb_disassembly_flagsPedro Alves
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-04-22Use ui_out_emit_listTom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-02-02Add back gdb_pretty_print_insnPedro Alves
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi
2017-01-26Don't throw exception in dis_asm_memory_errorYao Qi
2017-01-26Refactor disassembly codeYao Qi
2017-01-26New function null_streamYao Qi
2017-01-10Remove make_cleanup_htab_deleteTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-07-14Remove some variables but call functions for side effectsTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-21gdb: Small cleanup to disasm.c:maybe_add_dis_line_entryAndrew Burgess
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-11-04disasm: add struct disasm_insn to describe to-be-disassembled instructionMarkus Metzger
2015-11-04disasm: split dump_insnsMarkus Metzger
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves
2015-09-25Add some more casts (1/2)Simon Marchi
2015-08-14New /s modifier for the disassemble command.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans
2014-11-15PR symtab/17559Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-02-09Add Guile as an extension language.Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-24Use target_read_code in disassemble.Yao Qi
2013-11-18remove gdb_string.hTom Tromey
2013-03-11Add a disassembly flag to omit the pc prefix and use it in the "recordMarkus Metzger
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-13 * disasm.h (DISASSEMBLY_FILENAME): New macro.Markus Metzger
2012-03-272012-03-27 Pedro Alves <palves@redhat.com>Pedro Alves
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-02-03http://sourceware.org/ml/gdb-patches/2010-12/msg00300.htmlAndrew Burgess
2011-01-12http://sourceware.org/ml/gdb-patches/2010-12/msg00299.htmlAndrew Burgess
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder