Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-09-26 | Replace constant values 8 to 15 by AMD64_R8_REGNUM to | Pierre Muller | 1 | -3/+10 |
2013-09-24 | Revert use of classify callback in i386 gdbarch_tdep. | Joel Brobecker | 1 | -34/+31 |
2013-09-24 | Revert use of memory_args_by_pointer in i386 gdbarch_tdep. | Joel Brobecker | 1 | -34/+6 |
2013-09-24 | Revert use of integer_param_regs_saved_in_caller_frame in i386 gdbarch_tdep. | Joel Brobecker | 1 | -5/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-04 | Fix for incorrect breakpoint set in case of clang compiled binary | Karthik Bhat | 1 | -0/+16 |
2012-10-26 | 2012-10-26 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-10-23 | PR gdb/12796 | Mark Kettenis | 1 | -0/+41 |
2012-10-15 | Remove sp_regnum_from_eax and pc_regnum_from_eax | H.J. Lu | 1 | -3/+0 |
2012-09-27 | * amd64-tdep.c (amd64_return_value): Revert previous change | Siddhesh Poyarekar | 1 | -1/+1 |
2012-09-26 | * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly. | Siddhesh Poyarekar | 1 | -1/+1 |
2012-09-25 | * ada-valprint.c (ada_val_print_1): Eliminate single-use | Siddhesh Poyarekar | 1 | -7/+4 |
2012-07-04 | Add sp_regnum_from_eax/pc_regnum_from_eax to i386 gdbarch_tdep | H.J. Lu | 1 | -0/+3 |
2012-06-16 | Add and use amd64_x32_analyze_stack_align | H.J. Lu | 1 | -1/+186 |
2012-06-16 | Check bits_per_word instead of gdbarch_ptr_bit | H.J. Lu | 1 | -4/+6 |
2012-06-13 | H.J. Lu <hongjiu.lu@intel.com> | Mark Kettenis | 1 | -1/+39 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -1/+1 |
2012-05-14 | Call initialize_tdesc_x32/initialize_tdesc_x32_avx | H.J. Lu | 1 | -0/+4 |
2012-05-07 | H.J. Lu <hongjiu.lu@intel.com> | Mark Kettenis | 1 | -9/+34 |
2012-04-27 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+10 |
2012-04-06 | * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of | Doug Evans | 1 | -3/+6 |
2012-03-20 | gdb/ | Yao Qi | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-12-11 | * amd64-tdep.c (amd64_get_unused_input_int_reg): Rename `index' to | Andrey Smirnov | 1 | -2/+2 |
2011-12-05 | * amd64-tdep.c (amd64_push_dummy_call): Remove nested definition | Andrey Smirnov | 1 | -1/+0 |
2011-11-09 | gdb/ | Yao Qi | 1 | -1/+1 |
2011-09-27 | Add return address collection for tracepoints. | Stan Shebs | 1 | -0/+21 |