summaryrefslogtreecommitdiff
path: root/gdb/disasm.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* Fix line table regressionTom Tromey2023-03-171-9/+15
* Constify linetablesTom Tromey2023-03-111-1/+1
* Change linetables to be objfile-independentTom Tromey2023-03-111-9/+18
* Add operator< and operator== to linetable_entryTom Tromey2023-03-111-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess2022-11-281-12/+13
* [gdb] Fix rethrow exception slicing in pretty_print_insnTom de Vries2022-10-241-2/+2
* gdb: improve disassembler styling when Pygments raises an exceptionAndrew Burgess2022-10-021-21/+48
* gdb: disassembler opcode display formattingAndrew Burgess2022-10-021-3/+40
* gdb/disasm: read opcodes bytes with a single read_code callAndrew Burgess2022-10-021-9/+7
* Use checked_static_cast in more placesTom Tromey2022-09-121-2/+1
* gdb: Add non-enum disassembler optionsTsukasa OI2022-09-061-0/+4
* gdb: handle dis_style_sub_mnemonic disassembler styleAndrew Burgess2022-07-251-0/+1
* gdb: add support for disassembler styling using libopcodesAndrew Burgess2022-07-111-7/+177
* gdb: have gdb_disassemble_info carry 'this' in its stream pointerAndrew Burgess2022-07-111-9/+26
* gdb: unify two dis_asm_read_memory functions in disasm.cAndrew Burgess2022-06-151-13/+3
* gdb: refactor the non-printing disassemblersAndrew Burgess2022-06-151-51/+37
* gdb: add extension language print_insn hookAndrew Burgess2022-06-151-3/+26
* gdb: add new base class to gdb_disassemblerAndrew Burgess2022-06-151-20/+38
* gdb: remove use of vfprintf_filteredAndrew Burgess2022-04-041-1/+1
* objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess2022-04-041-2/+32
* Unify gdb printf functionsTom Tromey2022-03-291-22/+22
* Unify gdb puts functionsTom Tromey2022-03-291-3/+3
* Unify vprintf functionsTom Tromey2022-03-291-1/+1
* gdb: use python to colorize disassembler outputAndrew Burgess2022-02-141-2/+56
* gdb/disasm: combine the no printing disassembler setup codeAndrew Burgess2022-02-071-5/+12
* gdb: remove SYMTAB_LINETABLE macro, add getter/setterSimon Marchi2022-02-061-8/+8
* gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi2022-01-311-1/+1
* Always call the wrap_here methodTom Tromey2022-01-261-2/+2
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: use try/catch around a gdb_disassembler::print_insn callAndrew Burgess2021-12-081-5/+34
* gdb: make disassembler fprintf callback a static member functionAndrew Burgess2021-10-221-16/+15
* gdb: improve error reporting from the disassemblerAndrew Burgess2021-10-131-5/+9
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-4/+7
* gdb: make add_setshow commands return set_show_commandsSimon Marchi2021-05-271-5/+4
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* gdb/disassembly: Update to handle non-statement addressesAndrew Burgess2020-07-231-6/+0
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-0/+6
* Call disassemble_free_target in gdbTom Tromey2020-01-191-1/+8
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-16/+14
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-1/+2
* Add more styling to "disassemble"Tom Tromey2019-08-061-25/+24
* Restrict use of minsym names when printing addresses in disassembled codeKevin Buettner2019-07-271-4/+8