aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm-selftests.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess1-2/+3
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess1-19/+67
2022-06-06[gdb] Enable some more print_one_insn selftestsTom de Vries1-0/+18
2022-06-06[gdb] Fix maint selftest -v print_one_insnTom de Vries1-8/+2
2022-06-04[gdb] Fix warning in print_one_insn::ez80-adlTom de Vries1-0/+7
2022-06-03[gdb] Fix warning in foreach_arch selftestsTom de Vries1-3/+43
2022-03-29Unify gdb printf functionsTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-29Avoid self-test failures on x86-linuxTom Tromey1-0/+21
2021-09-22[gdb] Add maint selftest -verbose optionTom de Vries1-5/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-17gdb/arc: fix print_one_insn selftestAndrew Burgess1-5/+5
2020-03-12Don't include selftests objects in build when unit tests are disabledSimon Marchi1-5/+0
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-2/+0
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-0/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-3/+5
2018-09-28Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin1-3/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-16Add selftests run filteringSimon Marchi1-2/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-18Put selftests api into selftests namespaceYao Qi1-2/+2
2017-02-02Fix "maintenance selftest" printing stray instructionsPedro Alves1-2/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-2/+2
2017-01-26Disassembly unit test: memory errorYao Qi1-0/+42
2017-01-26Disassembly unit test: disassemble one instructionYao Qi1-0/+179