]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/disasm.h
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / disasm.h
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb/disasm.h: Mark callbacks noexcept unconditionally
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-07-15  Andrew Burgessgdb: style filenames in separate debug file warnings
2023-06-05  Tom de Vries[gdb] Fix more typos
2023-02-02  Simon Marchigdb: make gdb_printing_disassembler::stream public
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-28  Andrew Burgessgdb: mark disassembler function callback types as noexcept
2022-11-28  Andrew Burgessgdb/disasm: mark functions passed to the disassembler...
2022-10-02  Andrew Burgessgdb: improve disassembler styling when Pygments raises...
2022-10-02  Andrew Burgessgdb/disasm: read opcodes bytes with a single read_code...
2022-07-25  Andrew Burgessgdb: fix use of uninitialised gdb_printing_disassembler...
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 new base class to gdb_disassembler
2022-04-06  Andrew Burgessgdb: move gdb_disassembly_flag into a new disasm-flags...
2022-04-04  Andrew Burgessobjdump/opcodes: add syntax highlighting to disassemble...
2022-02-14  Andrew Burgessgdb: use python to colorize disassembler output
2022-02-07  Andrew Burgessgdb/disasm: combine the no printing disassembler setup...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-01-19  Tom TromeyCall disassemble_free_target in gdb
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-08-06  Tom TromeyAdd more styling to "disassemble"
2019-07-09  Tom TromeyRename common to gdbsupport
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-07-02  Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-04  Pedro AlvesIntroduce gdb_disassembly_flags
2017-02-28  Peter BergnerGDB: Add support for the new set/show disassembler...
2017-02-02  Pedro AlvesTweak pretty_print_disassembler's intro comment
2017-02-02  Pedro AlvesReuse buffers across gdb_pretty_print_insn calls
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-01  Joel Brobeckerupdate copyright year range in GDB files
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-04  Markus Metzgerdisasm: add struct disasm_insn to describe to-be-disass...
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-02-10  Doug EvansAdd Guile as an extension language.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
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.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-05-06  Pedro Alves * amd64-tdep.c: Include disasm.h.
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-10-23  Paul Pluzhnikov2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-07-11  Hui Zhu2009-07-11 Hui Zhu <teawater@gmail.com>
2009-07-02  Ulrich Weigand * disasm.h (gdb_disassembly): Add GDBARCH parameter.
2009-03-10  Hui Zhu * disasm.c (gdb_disassembly): Remove unused argument
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-06-21  Maciej W. Rozyckigdb/:
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2006-04-20  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17  Eli Zaretskii * breakpoint.c:
2003-05-12  Andrew CagneyIndex: gdb/ChangeLog
2003-05-03  Andrew Cagney2003-05-03 Andrew Cagney <cagney@redhat.com>
2003-04-12  Andrew Cagney2003-04-12 Andrew Cagney <cagney@redhat.com>
2002-09-30  Fernando Nasser * disasm.c: New file.