Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -41/+18 |
2018-05-30 | Remove regcache_raw_read | Simon Marchi | 1 | -10/+9 |
2018-05-04 | Add fall-through comment to i386-tdep.c | Tom Tromey | 1 | -0/+1 |
2018-04-30 | Remove long_long_align_bit gdbarch attribute | Tom Tromey | 1 | -1/+0 |
2018-04-30 | Add initial type alignment support | Tom Tromey | 1 | -0/+26 |
2018-04-13 | infrun: step through indirect branch thunks | Markus Metzger | 1 | -0/+13 |
2018-02-24 | Remove cleanups from check_fast_tracepoint_sals | Tom Tromey | 1 | -5/+5 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -3/+3 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -39/+27 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+2 |
2017-11-06 | Target FP: Remove convert_typed_floating from tdep files | Ulrich Weigand | 1 | -3/+3 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -6/+6 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -5/+7 |
2017-10-12 | Remove simple_displaced_step_copy_insn | Simon Marchi | 1 | -4/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-09-27 | Constify some commands in i386-tdep.c | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 1 | -35/+40 |
2017-09-04 | Let i386_target_description return tdesc_i386_mmx | Yao Qi | 1 | -0/+4 |
2017-09-04 | Use i386_target_description to get tdesc_i386 | Yao Qi | 1 | -1/+1 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -1/+1 |
2017-06-14 | Don't use print_insn_XXX in GDB | Yao Qi | 1 | -1/+1 |
2017-04-12 | gdb: Move DJGPP/go32 bits to their own tdep file | Pedro Alves | 1 | -43/+1 |
2017-04-12 | Remove unnecessary set_gdbarch_gnu_triplet_regexp calls | Pedro Alves | 1 | -4/+0 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+3 |
2017-04-05 | -Wwrite-strings: Constify struct disassemble_info's disassembler_options field | Pedro Alves | 1 | -3/+1 |
2017-03-07 | amd64-mpx: initialize BND register before performing inferior calls. | Walfred Tedeschi | 1 | -0/+7 |
2017-02-24 | Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE | Alan Hayward | 1 | -3/+3 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -8/+53 |
2017-02-17 | Add target description for avx-avx512. | Michael Sturm | 1 | -2/+5 |
2017-02-17 | Rename target descriptions to reflect actual content of description. | Michael Sturm | 1 | -10/+10 |
2017-02-06 | [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay | Luis Machado | 1 | -4/+26 |
2017-02-01 | [ob/pushed] Use gdb_insn_length instead of creating dummy stream | Pedro Alves | 1 | -6/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -16/+16 |
2016-11-07 | i386-tdep.c (i386_gdbarch_init): Add comments. | Doug Evans | 1 | -2/+6 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -3/+6 |
2016-11-03 | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -8/+3 |
2016-10-18 | i386-tdep: Verify architecture before proceeding with `set/show mpx' | Maciej W. Rozycki | 1 | -2/+4 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-09-06 | Support 128-bit IEEE floating-point types on Intel and Power | Ulrich Weigand | 1 | -0/+20 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -4/+1 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 1 | -0/+4 |
2016-04-12 | Do target_terminal_ours in query & friends instead of in all callers | Pedro Alves | 1 | -37/+12 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 1 | -3/+1 |