Age | Commit message (Expand) | Author | Files | Lines |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -7/+7 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-06-23 | Fix "maint selftest" regression, add struct scoped_mock_context | Pedro Alves | 1 | -37/+2 |
2020-06-18 | Don't write to inferior_ptid in gdbarch-selftests.c, mock address_space too | Pedro Alves | 1 | -8/+9 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -1/+1 |
2020-03-12 | Don't include selftests objects in build when unit tests are disabled | Simon Marchi | 1 | -4/+0 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | gdbarch-selftests.c: No longer error out if debugging something | Pedro Alves | 1 | -5/+0 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Use SCOPE_EXIT in gdbarch-selftest.c | Pedro Alves | 1 | -7/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -1/+1 |
2018-11-30 | Move test_target_ops to a separate file | Pedro Alves | 1 | -0/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -1/+1 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -2/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | regcache::cooked_read unit test | Yao Qi | 1 | -49/+1 |
2017-11-06 | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 1 | -4/+2 |
2017-10-04 | Redesign mock environment for gdbarch selftests | Pedro Alves | 1 | -16/+89 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -1/+2 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -1/+1 |
2017-05-24 | Add unit test to gdbarch methods register_to_value and value_to_register | Yao Qi | 1 | -0/+156 |