Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | Remove gdbarch_bits_big_endian | Tom Tromey | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -4/+5 |
2019-07-10 | Arm: Create feature files for Arm target descriptions | Alan Hayward | 1 | -1/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -8/+8 |
2019-05-14 | AArch64: Add half float view to V registers | Alan Hayward | 1 | -0/+5 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-02 | Remove a cleanup from target-descriptions.c | Tom Tromey | 1 | -10/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | gdb/riscv: Add target description support | Andrew Burgess | 1 | -0/+1 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -2/+1 |
2018-07-31 | Delete test target descriptions when exiting | Simon Marchi | 1 | -7/+19 |
2018-07-11 | Rename tdesc_register_size to tdesc_register_bitsize | Alan Hayward | 1 | -2/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+2 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -1/+0 |
2018-05-20 | Introduce obstack_new, poison other "typed" obstack functions | Simon Marchi | 1 | -6/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -2/+2 |
2018-04-18 | Remove xml file references from target descriptions | Alan Hayward | 1 | -4/+3 |
2018-04-18 | Create xml from target descriptions | Alan Hayward | 1 | -0/+57 |
2018-04-18 | Add tdesc osabi and architecture functions | Alan Hayward | 1 | -1/+18 |
2018-04-18 | Commonise tdesc types and makes use of them in gdbserver tdesc | Alan Hayward | 1 | -258/+0 |
2018-04-18 | Commonise tdesc_feature and makes use of it in gdbserver tdesc | Alan Hayward | 1 | -148/+0 |
2018-04-18 | Commonise tdesc_reg and makes use of it in gdbserver tdesc | Alan Hayward | 1 | -116/+0 |
2018-02-26 | Move arch/tdesc.h to common/tdesc.h | Alan Hayward | 1 | -14/+14 |
2018-02-05 | Use visitors for make_gdb_type | Alan Hayward | 1 | -224/+258 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-27 | tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p | Stafford Horne | 1 | -37/+21 |
2017-12-23 | Add ATTRIBUTE_PRINTF to printf_field_type_assignment | Simon Marchi | 1 | -0/+1 |
2017-12-21 | Do not emit "field_type" var if not needed on "maint print c-tdesc" | Simon Marchi | 1 | -16/+25 |
2017-12-07 | Fix build with g++ 6.3.1 | Adam Stylinski | 1 | -1/+1 |
2017-12-05 | Address review comments for the previous series | Simon Marchi | 1 | -2/+2 |
2017-12-05 | Split tdesc_type into multiple classes | Simon Marchi | 1 | -348/+379 |
2017-12-05 | Make tdesc_arch_data::arch_regs an std::vector | Simon Marchi | 1 | -42/+38 |
2017-12-05 | Make tdesc_type::u::u::fields an std::vector | Simon Marchi | 1 | -119/+78 |
2017-12-05 | Make tdesc_type::name an std::string | Simon Marchi | 1 | -27/+24 |
2017-12-05 | Make tdesc_feature::types an std::vector | Simon Marchi | 1 | -40/+20 |
2017-12-05 | Make tdesc_reg string fields std::string | Simon Marchi | 1 | -38/+34 |
2017-12-05 | Make tdesc_feature::registers an std::vector | Simon Marchi | 1 | -47/+22 |
2017-12-05 | Make tdesc_feature::name an std::string | Simon Marchi | 1 | -10/+8 |
2017-12-05 | Make target_desc::features an std::vector | Simon Marchi | 1 | -52/+20 |
2017-12-05 | Make target_desc::compatible an std::vector | Simon Marchi | 1 | -30/+9 |
2017-12-05 | Make target_desc::properties an std::vector | Simon Marchi | 1 | -40/+20 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -4/+1 |
2017-11-24 | Use flexible target descriptors for aarch64 | Alan Hayward | 1 | -1/+2 |
2017-11-24 | Change tic6x target descriptions | Yao Qi | 1 | -1/+2 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -2/+3 |