gdb: remove the silent parameter from exit_inferior_1 and cleanup
[binutils-gdb.git] / gdb / gdbarch-selftests.c
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-02 Andrew Burgessgdb: check for duplicate register names in selftest
2022-10-02 Andrew Burgessgdb: add a gdbarch_register_name self test, and fix...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-06-23 Pedro AlvesFix "maint selftest" regression, add struct scoped_mock...
2020-06-18 Pedro AlvesDon't write to inferior_ptid in gdbarch-selftests.c...
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-03-12 Simon MarchiDon't include selftests objects in build when unit...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro Alvesgdbarch-selftests.c: No longer error out if debugging...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
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...