aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm-selftests.c
AgeCommit message (Expand)AuthorFilesLines
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