| Commit message (Expand) | Author | Age | Files | Lines |
* | Add bound related fields to the siginfo structure | Walfred Tedeschi | 2016-02-02 | 1 | -1/+15 |
* | Use linux_get_siginfo_type_with_fields for x86 | Walfred Tedeschi | 2016-02-02 | 1 | -3/+2 |
* | Preparation for new siginfo on Linux | Walfred Tedeschi | 2016-02-02 | 1 | -3/+13 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | Linux: dump the signalled thread first | Pedro Alves | 2015-11-24 | 1 | -63/+63 |
* | Type-safe wrapper for enum flags | Pedro Alves | 2015-11-17 | 1 | -7/+12 |
* | Add two callback data casts | Simon Marchi | 2015-10-09 | 1 | -1/+2 |
* | Add some more casts (1/2) | Simon Marchi | 2015-09-25 | 1 | -7/+11 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -3/+3 |
* | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 2015-07-15 | 1 | -44/+514 |
* | Move linux_find_memory_regions_full & co. | Jan Kratochvil | 2015-07-15 | 1 | -498/+1 |
* | Prepare linux_find_memory_regions_full & co. for move | Jan Kratochvil | 2015-07-15 | 1 | -47/+74 |
* | Call set_gdbarch_get_siginfo_type in linux_init_abi | Yao Qi | 2015-06-24 | 1 | -1/+2 |
* | Code cleanup: Rename enum -> enum filterflags | Jan Kratochvil | 2015-06-15 | 1 | -6/+6 |
* | Add "inferior" argument to some target_fileio functions | Gary Benson | 2015-06-10 | 1 | -12/+13 |
* | compile: Use also inferior munmap | Jan Kratochvil | 2015-06-03 | 1 | -0/+30 |
* | Avoid using 'private' C++ keyword as symbol | Pedro Alves | 2015-05-15 | 1 | -3/+3 |
* | PR13858 - Can't do displaced stepping with no symbols | Pedro Alves | 2015-04-10 | 1 | -0/+31 |
* | Initialize variable on gdb/linux-tdep.c:decode_vmflags | Sergio Durigan Junior | 2015-04-07 | 1 | -1/+1 |
* | Implement support for checking /proc/PID/coredump_filter | Sergio Durigan Junior | 2015-03-31 | 1 | -28/+427 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 1 | -4/+7 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Replace ARG_MAX with ARG_LAST | Yao Qi | 2014-12-16 | 1 | -3/+3 |
* | add linux_infcall_mmap | Jan Kratochvil | 2014-12-12 | 1 | -0/+49 |
* | Cache the vsyscall/vDSO range per-inferior | Pedro Alves | 2014-10-10 | 1 | -2/+100 |
* | Split vDSO range lookup to a gdbarch hook | Pedro Alves | 2014-10-10 | 1 | -0/+35 |
* | Linux targets: drop fall back to target method for 'make_corefile_notes' | Andreas Arnez | 2014-09-30 | 1 | -25/+11 |
* | Add 'regset' parameter to 'iterate_over_regset_sections_cb' | Andreas Arnez | 2014-09-30 | 1 | -2/+1 |
* | Replace 'core_regset_sections' by iterator method | Andreas Arnez | 2014-09-30 | 1 | -39/+68 |
* | Fix 'gcore' with exited threads | Jan Kratochvil | 2014-08-21 | 1 | -0/+12 |
* | make_corefile_notes: have caller free returned memory | Markus Metzger | 2014-06-25 | 1 | -1/+0 |
* | constify to_info_proc and friends | Tom Tromey | 2014-06-16 | 1 | -5/+10 |
* | Fix crash on process name "(sd-pam)" (PR 16594). | Jan Kratochvil | 2014-02-21 | 1 | -7/+11 |
* | Remove duplicated #include's from GDB | Honggyu Kim | 2014-01-07 | 1 | -1/+0 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | linux-tdep.c: Fix "warning: 'siginfo_size' may be used uninitialized..." | Maciej W. Rozycki | 2013-10-30 | 1 | -1/+1 |
* | Avoid producing broken non-native core files | Maciej W. Rozycki | 2013-10-25 | 1 | -3/+4 |
* | linux-tdep.c: Remove unused `num_notes' struct member | Maciej W. Rozycki | 2013-10-25 | 1 | -4/+0 |
* | gdb/ | Yao Qi | 2013-09-02 | 1 | -9/+12 |
* | This patch implements the new gdbarch method gdbarch_gdb_signal_to_target. | Sergio Durigan Junior | 2013-08-09 | 1 | -0/+320 |
* | Cast result of obstack_base to gdb_byte * in a couple spots. | Pedro Alves | 2013-04-19 | 1 | -2/+2 |
* | -Wpointer-sign: gdb_byte -> char. | Pedro Alves | 2013-04-19 | 1 | -2/+2 |
* | gdb/ | Jan Kratochvil | 2013-04-05 | 1 | -7/+17 |
* | gdb/ | Jan Kratochvil | 2013-04-05 | 1 | -6/+6 |
* | * breakpoint.c (catch_syscall_split_args): Use skip_spaces. | Keith Seitz | 2013-03-07 | 1 | -10/+5 |
* | 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 2013-02-04 | 1 | -15/+220 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | gdb | Tom Tromey | 2012-12-14 | 1 | -3/+300 |
* | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 2012-11-09 | 1 | -1/+1 |
* | gdb | Tom Tromey | 2012-11-08 | 1 | -0/+56 |