summaryrefslogtreecommitdiff
path: root/gdb/disasm-selftests.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include selftests objects in build when unit tests are disabledSimon Marchi2020-03-121-5/+0
* 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
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-2/+0
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-0/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+5
* Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin2018-09-281-3/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add selftests run filteringSimon Marchi2017-09-161-2/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Put selftests api into selftests namespaceYao Qi2017-08-181-2/+2
* Fix "maintenance selftest" printing stray instructionsPedro Alves2017-02-021-2/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-2/+2
* Disassembly unit test: memory errorYao Qi2017-01-261-0/+42
* Disassembly unit test: disassemble one instructionYao Qi2017-01-261-0/+179