]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/disasm.c
Fix regression on aarch64-linux gdbserver
[thirdparty/binutils-gdb.git] / gdb / disasm.c
7 days ago  Simon Marchigdb: remove gdbcmd.h
9 days ago  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-22  Tom TromeyUse std::string for disassembler options
2024-03-22  Tom TromeyConstify get_disassembler_options
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-06-05  Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-04-29  Manoj Guptagdb: Fix building with latest libc++
2023-03-17  Tom TromeyFix line table regression
2023-03-11  Tom TromeyConstify linetables
2023-03-11  Tom TromeyChange linetables to be objfile-independent
2023-03-11  Tom TromeyAdd operator< and operator== to linetable_entry
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-28  Andrew Burgessgdb/disasm: mark functions passed to the disassembler...
2022-10-24  Tom de Vries[gdb] Fix rethrow exception slicing in pretty_print_insn
2022-10-02  Andrew Burgessgdb: improve disassembler styling when Pygments raises...
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 BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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
next