summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename field_int to field_signedTom Tromey2019-07-171-1/+1
* Introduce field_unsignedTom Tromey2019-07-151-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-1/+1
* testsuite: Disable some tests when loggingAlan Hayward2019-05-171-2/+2
* Revert the header-sorting patchTom Tromey2019-04-061-12/+8
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-8/+12
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add output styles to gdbTom Tromey2018-12-281-1/+2
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+4
* Expand "show disassembler-options" outputTom Tromey2018-09-161-4/+9
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-021-15/+112
* Change build_address_symbolic to return std::stringTom Tromey2018-06-071-8/+3
* Update help text in disasm.cTom Tromey2018-05-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0