aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch-selftests.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Use SCOPE_EXIT in gdbarch-selftest.cPedro Alves1-7/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-1/+1
2018-11-30Move test_target_ops to a separate filePedro Alves1-0/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-1/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24regcache::cooked_read unit testYao Qi1-49/+1
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-4/+2
2017-10-04Redesign mock environment for gdbarch selftestsPedro Alves1-16/+89
2017-09-16Add selftests run filteringSimon Marchi1-1/+2
2017-08-18Put selftests api into selftests namespaceYao Qi1-1/+1
2017-05-24Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi1-0/+156