Age | Commit message (Expand) | Author | Files | Lines |
2019-07-15 | Use field_core_addr in more places | Tom Tromey | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -24/+0 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-12 | Support the fs_base and gs_base registers on i386. | John Baldwin | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -4/+5 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -7/+7 |
2017-10-12 | Remove simple_displaced_step_copy_insn | Simon Marchi | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 1 | -1/+1 |
2017-09-05 | Share i386-linux target description between GDB and GDBserver | Yao Qi | 1 | -34/+2 |
2017-09-05 | [GDBserver] Centralize tdesc for i386-linux | Yao Qi | 1 | -0/+1 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -2/+1 |
2017-07-26 | Add "maint check xml-descriptions" to test builtin xml target descriptions | Yao Qi | 1 | -0/+24 |
2017-07-26 | Lazily and dynamically create i386-linux target descriptions | Yao Qi | 1 | -34/+49 |
2017-07-26 | Centralize i386 linux target descriptions | Yao Qi | 1 | -11/+23 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -4/+5 |
2017-02-17 | Add target description for avx-avx512. | Michael Sturm | 1 | -1/+4 |
2017-02-17 | Rename target descriptions to reflect actual content of description. | Michael Sturm | 1 | -5/+5 |
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 | -15/+10 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 1 | -0/+4 |
2016-02-25 | Initialize variables in i386_linux_handle_segmentation_fault | Simon Marchi | 1 | -1/+2 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 1 | -0/+68 |
2016-02-02 | Use linux_get_siginfo_type_with_fields for x86 | Walfred Tedeschi | 1 | -0/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-30 | gdb/linux-record: Support time, waitpid, pipe syscalls | Marcin Kościelnicki | 1 | -0/+1 |
2015-10-30 | gdb/linux-record: Fix readdir and getdents handling | Marcin Kościelnicki | 1 | -2/+1 |
2015-10-30 | gdb/linux-record: Fix sizes of sigaction and sigset_t | Marcin Kościelnicki | 1 | -3/+3 |
2015-10-30 | gdb/linux-record: Fix size_[ug]id values | Marcin Kościelnicki | 1 | -2/+2 |
2015-10-30 | gdb/linux-record: Remove size_siginfo | Marcin Kościelnicki | 1 | -1/+0 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+2 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-06-24 | Call set_gdbarch_get_siginfo_type in linux_init_abi | Yao Qi | 1 | -2/+0 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -2/+0 |
2015-04-10 | PR13858 - Can't do displaced stepping with no symbols | Pedro Alves | 1 | -1/+1 |
2015-02-04 | x86: Use correct .reg-xstate section size | Andreas Arnez | 1 | -2/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o... | Sergio Durigan Junior | 1 | -1/+1 |
2014-09-30 | Add 'regset' parameter to 'iterate_over_regset_sections_cb' | Andreas Arnez | 1 | -4/+36 |
2014-09-30 | Replace 'core_regset_sections' by iterator method | Andreas Arnez | 1 | -31/+23 |