Age | Commit message (Expand) | Author | Files | Lines |
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 | -25/+21 |
2014-05-21 | Remove 'arch' field from regset structure. | Andreas Arnez | 1 | -4/+8 |
2014-04-24 | Add AVX512 registers support to GDB and GDBserver. | Michael Sturm | 1 | -18/+447 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -41/+47 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -3/+3 |
2014-02-20 | Fix for PR tdep/16397: SystemTap SDT probe support for x86 doesn't work with ... | Sergio Durigan Junior | 1 | -1/+10 |
2014-01-16 | gdbarch: add instruction predicate methods | Markus Metzger | 1 | -0/+59 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-12 | Split i386_stap_parse_special_token into smaller functions | Sergio Durigan Junior | 1 | -244/+271 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-19 | Mask out PREFIX_ADDR when adding prefix to opcode | H.J. Lu | 1 | -1/+2 |
2013-12-19 | Properly decode MODRM byte for 64-bit | H.J. Lu | 1 | -2/+2 |
2013-12-19 | Zero-extend address from 32-bit to 64-bit for ADDR32 prefix | H.J. Lu | 1 | -0/+7 |
2013-12-19 | Extend SystemTap SDT probe argument parser | Sergio Durigan Junior | 1 | -4/+13 |
2013-12-17 | "tfind" across unavailable-stack frames. | Pedro Alves | 1 | -13/+20 |
2013-12-10 | Use target_read_code in skip_prologue (i386) | Yao Qi | 1 | -34/+35 |
2013-11-20 | Add MPX support for i386 | Walfred Tedeschi | 1 | -8/+211 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-07-23 | gdb/ | Yao Qi | 1 | -3/+2 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -5/+5 |
2013-03-13 | More invalid pointer to pointer conversions. | Pedro Alves | 1 | -5/+17 |
2013-03-11 | Rename record_ prefixes in record-full.h into record_full_. | Markus Metzger | 1 | -243/+245 |
2013-03-11 | Split record.h into record.h and record-full.h. | Markus Metzger | 1 | -0/+1 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -2/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-11 | gdb/ | Pedro Alves | 1 | -3/+1 |
2012-12-04 | Fix for incorrect breakpoint set in case of clang compiled binary | Karthik Bhat | 1 | -0/+16 |
2012-11-21 | Revert previous change to i386-tdep.c. | Pedro Alves | 1 | -23/+1 |
2012-11-21 | Fix for incorrect breakpoint set in case of clang compiled binary | Karthik Bhat | 1 | -1/+23 |
2012-11-12 | rename frame_register_read into deprecated_frame_register_read. | Joel Brobecker | 1 | -1/+2 |
2012-11-09 | gdb: | Yao Qi | 1 | -3/+35 |
2012-10-26 | 2012-10-26 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-10-24 | PR gdb/12783 | Mark Kettenis | 1 | -0/+3 |
2012-10-15 | Remove sp_regnum_from_eax and pc_regnum_from_eax | H.J. Lu | 1 | -11/+0 |
2012-07-20 | 2012-07-20 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -16/+15 |
2012-07-20 | 2012-07-20 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -134/+35 |
2012-07-04 | Add sp_regnum_from_eax/pc_regnum_from_eax to i386 gdbarch_tdep | H.J. Lu | 1 | -0/+11 |
2012-06-18 | gdb/ | Jan Kratochvil | 1 | -0/+18 |
2012-06-13 | PR tdep/14222 | Mark Kettenis | 1 | -7/+7 |
2012-06-13 | H.J. Lu <hongjiu.lu@intel.com> | Mark Kettenis | 1 | -1/+1 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -2/+2 |
2012-05-03 | gdb: | Yao Qi | 1 | -2/+2 |
2012-05-02 | 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com> | Sergio Durigan Junior | 1 | -2/+0 |
2012-04-27 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+336 |
2012-02-29 | gdb/ | Jan Kratochvil | 1 | -1/+6 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -1/+1 |
2012-02-02 | * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of | Doug Evans | 1 | -3/+3 |
2012-01-28 | gdb/ | Jan Kratochvil | 1 | -2/+2 |