Age | Commit message (Expand) | Author | Files | Lines |
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 | -20/+18 |
2017-09-26 | Move GDB producer parsing routines to a separate file | Walfred Tedeschi | 1 | -0/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 1 | -29/+37 |
2017-08-09 | Remove x32 non-linux target descriptions | Yao Qi | 1 | -8/+0 |
2017-07-25 | Make amd64_x32_init_abi and amd64_init_abi argument constant | Yao Qi | 1 | -2/+2 |
2017-07-13 | Fix x86-64 GNU/Linux crashes | Pedro Alves | 1 | -9/+6 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -1/+1 |
2017-03-07 | amd64-mpx: initialize BND register before performing inferior calls. | Walfred Tedeschi | 1 | -0/+7 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -4/+15 |
2017-02-17 | Add target description for avx-avx512. | Michael Sturm | 1 | -3/+6 |
2017-02-17 | Rename target descriptions to reflect actual content of description. | Michael Sturm | 1 | -7/+7 |
2017-01-27 | amd64-linux: expose system register FS_BASE and GS_BASE for Linux. | Walfred Tedeschi | 1 | -0/+13 |
2017-01-18 | Use register_size () instead of MAX_REGISTER_SIZE | Alan Hayward | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -6/+7 |
2016-08-19 | x32: gdb: Fix 'call' insn relocation with qRelocInsn | Pedro Alves | 1 | -5/+37 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 1 | -0/+4 |
2016-02-10 | gdb/x86: Implement ax_pseudo_register_collect hook. | Marcin KoĆcielnicki | 1 | -0/+31 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -3/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -7/+7 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -5/+6 |
2015-08-12 | [amd64] Invalid return address after displaced stepping | Joel Brobecker | 1 | -1/+1 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -4/+6 |
2015-04-13 | Add support for the x86 XSAVE extended state on FreeBSD/x86. | John Baldwin | 1 | -0/+20 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -9/+9 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -6/+15 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -2/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -38/+38 |
2015-02-04 | Fix internal error when core file section is too big | Andreas Arnez | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-28 | Fix amd64 dwarf register number mapping (MMX register and higher) | Pierre Muller | 1 | -1/+7 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -8/+10 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-30 | Add 'regset' parameter to 'iterate_over_regset_sections_cb' | Andreas Arnez | 1 | -49/+2 |
2014-08-20 | Adjust comments with example in it | Yao Qi | 1 | -1/+3 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-21 | X86: Replace regset_alloc() invocations by static regset structures. | Andreas Arnez | 1 | -15/+12 |
2014-05-21 | Remove 'arch' field from regset structure. | Andreas Arnez | 1 | -2/+4 |
2014-04-24 | Add AVX512 registers support to GDB and GDBserver. | Michael Sturm | 1 | -0/+80 |
2014-01-16 | gdbarch: add instruction predicate methods | Markus Metzger | 1 | -0/+67 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-19 | Extend SystemTap SDT probe argument parser | Sergio Durigan Junior | 1 | -4/+12 |
2013-12-17 | "tfind" across unavailable-stack frames. | Pedro Alves | 1 | -13/+19 |
2013-12-10 | Use target_read_code in skip_prologue (amd64) | Yao Qi | 1 | -4/+4 |
2013-11-20 | MPX for amd64 | Walfred Tedeschi | 1 | -0/+14 |