summaryrefslogtreecommitdiff
path: root/gdb/gdbarch-selftests.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: check for duplicate register names in selftestAndrew Burgess2022-10-021-1/+20
* gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess2022-10-021-0/+27
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-7/+7
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Fix "maint selftest" regression, add struct scoped_mock_contextPedro Alves2020-06-231-37/+2
* Don't write to inferior_ptid in gdbarch-selftests.c, mock address_space tooPedro Alves2020-06-181-8/+9
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-1/+1
* Don't include selftests objects in build when unit tests are disabledSimon Marchi2020-03-121-4/+0
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* gdbarch-selftests.c: No longer error out if debugging somethingPedro Alves2020-01-101-5/+0
* 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-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Use SCOPE_EXIT in gdbarch-selftest.cPedro Alves2019-01-231-7/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-1/+1
* Move test_target_ops to a separate filePedro Alves2018-11-301-0/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* regcache::cooked_read unit testYao Qi2017-11-241-49/+1
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-4/+2
* Redesign mock environment for gdbarch selftestsPedro Alves2017-10-041-16/+89
* Add selftests run filteringSimon Marchi2017-09-161-1/+2
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi2017-05-241-0/+156