gdb: disassembler opcode display formatting
[binutils-gdb.git] / gdb / disasm.c
2022-10-02 Andrew Burgessgdb: disassembler opcode display formatting
2022-10-02 Andrew Burgessgdb/disasm: read opcodes bytes with a single read_code...
2022-09-12 Tom TromeyUse checked_static_cast in more places
2022-09-06 Tsukasa OIgdb: Add non-enum disassembler options
2022-07-25 Andrew Burgessgdb: handle dis_style_sub_mnemonic disassembler style
2022-07-11 Andrew Burgessgdb: add support for disassembler styling using libopcodes
2022-07-11 Andrew Burgessgdb: have gdb_disassemble_info carry 'this' in its...
2022-06-15 Andrew Burgessgdb: unify two dis_asm_read_memory functions in disasm.c
2022-06-15 Andrew Burgessgdb: refactor the non-printing disassemblers
2022-06-15 Andrew Burgessgdb: add extension language print_insn hook
2022-06-15 Andrew Burgessgdb: add new base class to gdb_disassembler
2022-04-04 Andrew Burgessgdb: remove use of vfprintf_filtered
2022-04-04 Andrew Burgessobjdump/opcodes: add syntax highlighting to disassemble...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyUnify vprintf functions
2022-02-14 Andrew Burgessgdb: use python to colorize disassembler output
2022-02-07 Andrew Burgessgdb/disasm: combine the no printing disassembler setup...
2022-02-06 Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-01-31 Simon Marchigdb: fix some clang-tidy readability-misleading-indenta...
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-08 Andrew Burgessgdb: use try/catch around a gdb_disassembler::print_ins...
2021-10-22 Andrew Burgessgdb: make disassembler fprintf callback a static member...
2021-10-13 Andrew Burgessgdb: improve error reporting from the disassembler
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-05-27 Simon Marchigdb: make add_setshow commands return set_show_commands
2021-05-19 Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-07-23 Andrew Burgessgdb/disassembly: Update to handle non-statement addresses
2020-03-10 Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-01-19 Tom TromeyCall disassemble_free_target in gdb
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-19 Christian BiesingerReplace some more qsort calls with std::sort
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-01 Tom TromeyRemove the ui_out_style_kind enum
2019-08-06 Tom TromeyAdd more styling to "disassemble"
2019-07-27 Kevin BuettnerRestrict use of minsym names when printing addresses...
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-15 Tom TromeyIntroduce field_unsigned
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-05-17 Alan Haywardtestsuite: Disable some tests when logging
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyAdd output styles to gdb
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-16 Tom TromeyExpand "show disassembler-options" output
2018-07-02 Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
2018-06-07 Tom TromeyChange build_address_symbolic to return std::string
2018-05-24 Tom TromeyUpdate help text in disasm.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-10-17 Tom TromeyRemove cleanups from disasm.c
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 Tom TromeyUse ui_out_emit_tuple in disasm.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesIntroduce gdb_disassembly_flags
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-04-22 Tom TromeyUse ui_out_emit_list
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-04-05 Pedro Alves-Wwrite-strings: Constify struct disassemble_info's...
2017-02-28 Peter BergnerGDB: Add support for the new set/show disassembler...
2017-02-02 Pedro AlvesReuse buffers across gdb_pretty_print_insn calls
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-02-02 Pedro AlvesAdd back gdb_pretty_print_insn
2017-02-02 Simon MarchiRemove unused file_string parameter in gdb_disassembly
2017-01-26 Yao QiDon't throw exception in dis_asm_memory_error
2017-01-26 Yao QiRefactor disassembly code
2017-01-26 Yao QiNew function null_stream
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-07-14 Tom TromeyRemove some variables but call functions for side effects
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-21 Andrew Burgessgdb: Small cleanup to disasm.c:maybe_add_dis_line_entry
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-11-04 Markus Metzgerdisasm: add struct disasm_insn to describe to-be-disass...
2015-11-04 Markus Metzgerdisasm: split dump_insns
2015-10-27 Pedro Alvestarget_read_memory&co: no longer return target_xfer_status
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-08-15 Doug EvansNew /s modifier for the disassemble command.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-18 Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-15 Doug EvansPR symtab/17559
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-02-10 Doug EvansAdd Guile as an extension language.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-24 Yao QiUse target_read_code in disassemble.
2013-11-18 Tom Tromeyremove gdb_string.h
2013-03-11 Markus MetzgerAdd a disassembly flag to omit the pc prefix and use...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-13 Markus Metzger * disasm.h (DISASSEMBLY_FILENAME): New macro.
next