summaryrefslogtreecommitdiff
path: root/gdb/disasm.c
Commit message (Expand)AuthorAgeFilesLines
* Expand "show disassembler-options" outputTom Tromey2018-09-161-4/+9
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-021-15/+112
* Change build_address_symbolic to return std::stringTom Tromey2018-06-071-8/+3
* Update help text in disasm.cTom Tromey2018-05-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Remove cleanups from disasm.cTom Tromey2017-10-171-53/+29
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Use ui_out_emit_tuple in disasm.cTom Tromey2017-09-091-82/+82
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-6/+6
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-3/+3
* Use ui_out_emit_listTom Tromey2017-04-221-5/+1
* Use ui_out_emit_tupleTom Tromey2017-04-221-10/+3
* -Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves2017-04-051-1/+1
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-0/+179
* Reuse buffers across gdb_pretty_print_insn callsPedro Alves2017-02-021-11/+14
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-12/+6
* Add back gdb_pretty_print_insnPedro Alves2017-02-021-32/+22
* Remove unused file_string parameter in gdb_disassemblySimon Marchi2017-02-011-1/+1
* Don't throw exception in dis_asm_memory_errorYao Qi2017-01-261-2/+11
* Refactor disassembly codeYao Qi2017-01-261-72/+85
* New function null_streamYao Qi2017-01-261-16/+1
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-10/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-26/+25
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Remove some variables but call functions for side effectsTom Tromey2016-07-141-3/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-6/+0
* gdb: Small cleanup to disasm.c:maybe_add_dis_line_entryAndrew Burgess2016-01-211-4/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-2/+2
* disasm: add struct disasm_insn to describe to-be-disassembled instructionMarkus Metzger2015-11-041-9/+40
* disasm: split dump_insnsMarkus Metzger2015-11-041-77/+96
* target_read_memory&co: no longer return target_xfer_statusPedro Alves2015-10-271-6/+6
* Add some more casts (1/2)Simon Marchi2015-09-251-7/+7
* New /s modifier for the disassemble command.Doug Evans2015-08-141-30/+374
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-4/+4
* PR symtab/17559Doug Evans2014-11-151-3/+2
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Add Guile as an extension language.Doug Evans2014-02-091-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Use target_read_code in disassemble.Yao Qi2013-11-241-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Add a disassembly flag to omit the pc prefix and use it in the "recordMarkus Metzger2013-03-111-1/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * disasm.h (DISASSEMBLY_FILENAME): New macro.Markus Metzger2012-11-131-4/+8
* 2012-03-27 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-271-11/+11