aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb/disasm.h: Mark callbacks noexcept unconditionallyLancelot Six1-21/+6
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-07-15gdb: style filenames in separate debug file warningsAndrew Burgess1-1/+1
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-02-02gdb: make gdb_printing_disassembler::stream publicSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28gdb: mark disassembler function callback types as noexceptAndrew Burgess1-12/+28
2022-11-28gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess1-8/+14
2022-10-02gdb: improve disassembler styling when Pygments raises an exceptionAndrew Burgess1-3/+18
2022-10-02gdb/disasm: read opcodes bytes with a single read_code callAndrew Burgess1-0/+3
2022-07-25gdb: fix use of uninitialised gdb_printing_disassembler::m_in_commentAndrew Burgess1-1/+1
2022-07-11gdb: add support for disassembler styling using libopcodesAndrew Burgess1-0/+16
2022-07-11gdb: have gdb_disassemble_info carry 'this' in its stream pointerAndrew Burgess1-24/+41
2022-06-15gdb: unify two dis_asm_read_memory functions in disasm.cAndrew Burgess1-12/+17
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess1-6/+50
2022-06-15gdb: add new base class to gdb_disassemblerAndrew Burgess1-28/+112
2022-04-06gdb: move gdb_disassembly_flag into a new disasm-flags.h fileAndrew Burgess1-13/+1
2022-04-04objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess1-0/+7
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+25
2022-02-07gdb/disasm: combine the no printing disassembler setup codeAndrew Burgess1-0/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-22gdb: make disassembler fprintf callback a static member functionAndrew Burgess1-0/+3
2021-10-13gdb: improve error reporting from the disassemblerAndrew Burgess1-1/+6
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-19Call disassemble_free_target in gdbTom Tromey1-0/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-06Add more styling to "disassemble"Tom Tromey1-7/+13
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-1/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki1-0/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-10/+15
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-0/+8
2017-02-02Tweak pretty_print_disassembler's intro commentPedro Alves1-1/+1
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves1-4/+27
2017-02-02Add back gdb_pretty_print_insnPedro Alves1-5/+6
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi1-1/+1
2017-01-26Don't throw exception in dis_asm_memory_errorYao Qi1-0/+1
2017-01-26Refactor disassembly codeYao Qi1-13/+43
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-04disasm: add struct disasm_insn to describe to-be-disassembled instructionMarkus Metzger1-0/+23
2015-08-14New /s modifier for the disassemble command.Doug Evans1-1/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-02-09Add Guile as an extension language.Doug Evans1-0/+8
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-03-11Add a disassembly flag to omit the pc prefix and use it in the "recordMarkus Metzger1-0/+1