summaryrefslogtreecommitdiff
path: root/gdb/disasm-selftests.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess2022-11-281-2/+3
* gdb: refactor the non-printing disassemblersAndrew Burgess2022-06-151-19/+67
* [gdb] Enable some more print_one_insn selftestsTom de Vries2022-06-061-0/+18
* [gdb] Fix maint selftest -v print_one_insnTom de Vries2022-06-061-8/+2
* [gdb] Fix warning in print_one_insn::ez80-adlTom de Vries2022-06-041-0/+7
* [gdb] Fix warning in foreach_arch selftestsTom de Vries2022-06-031-3/+43
* Unify gdb printf functionsTom Tromey2022-03-291-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Avoid self-test failures on x86-linuxTom Tromey2021-10-291-0/+21
* [gdb] Add maint selftest -verbose optionTom de Vries2021-09-221-5/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb/arc: fix print_one_insn selftestAndrew Burgess2020-11-171-5/+5
* 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