Remove tui_initialize_static_data
[external/binutils.git] / gdb / gdbarch-selftests.c
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Pedro AlvesUse SCOPE_EXIT in gdbarch-selftest.c
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30 Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-30 Pedro AlvesMove test_target_ops to a separate file
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24 Yao Qiregcache::cooked_read unit test
2017-11-06 Ulrich WeigandTarget FP: Add string routines to target-float.{c,h}
2017-10-04 Pedro AlvesRedesign mock environment for gdbarch selftests
2017-09-16 Simon MarchiAdd selftests run filtering
2017-08-18 Yao QiPut selftests api into selftests namespace
2017-05-24 Yao QiAdd unit test to gdbarch methods register_to_value...