summaryrefslogtreecommitdiff
path: root/gdb/disasm-selftests.c
AgeCommit message (Expand)Author
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess
2022-06-06[gdb] Enable some more print_one_insn selftestsTom de Vries
2022-06-06[gdb] Fix maint selftest -v print_one_insnTom de Vries
2022-06-04[gdb] Fix warning in print_one_insn::ez80-adlTom de Vries
2022-06-03[gdb] Fix warning in foreach_arch selftestsTom de Vries
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-29Avoid self-test failures on x86-linuxTom Tromey
2021-09-22[gdb] Add maint selftest -verbose optionTom de Vries
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-17gdb/arc: fix print_one_insn selftestAndrew Burgess
2020-03-12Don't include selftests objects in build when unit tests are disabledSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-07-10Don't include gdbarch.h from defs.hTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-10-04Simple -Wshadow=local fixesTom Tromey
2018-09-28Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-16Add selftests run filteringSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-18Put selftests api into selftests namespaceYao Qi
2017-02-02Fix "maintenance selftest" printing stray instructionsPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-26Disassembly unit test: memory errorYao Qi
2017-01-26Disassembly unit test: disassemble one instructionYao Qi