Age | Commit message (Expand) | Author | Files | Lines |
2017-11-04 | Remove cleanups from linux-tdep.c | Tom Tromey | 1 | -44/+20 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-16 | Return unique_xmalloc_ptr from target_fileio_read_stralloc | Tom Tromey | 1 | -72/+45 |
2017-10-11 | GDB: Remove Linux core PRPSINFO note writer override | Maciej W. Rozycki | 1 | -16/+7 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -3/+4 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -6/+6 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -2/+2 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -6/+7 |
2017-07-07 | Add a new gdbarch method to fetch signal information from core files. | John Baldwin | 1 | -0/+21 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -6/+1 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -41/+44 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-22 | Fix PR gdb/20505 - Make vDSO detection work with core files | Pedro Alves | 1 | -5/+30 |
2016-05-24 | [Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/maps | Pedro Alves | 1 | -23/+54 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -1/+1 |
2016-03-15 | Fix PR gdb/19676: Disable displaced stepping if /proc not mounted | Pedro Alves | 1 | -1/+2 |
2016-02-02 | Add bound related fields to the siginfo structure | Walfred Tedeschi | 1 | -1/+15 |
2016-02-02 | Use linux_get_siginfo_type_with_fields for x86 | Walfred Tedeschi | 1 | -3/+2 |
2016-02-02 | Preparation for new siginfo on Linux | Walfred Tedeschi | 1 | -3/+13 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-24 | Linux: dump the signalled thread first | Pedro Alves | 1 | -63/+63 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -7/+12 |
2015-10-09 | Add two callback data casts | Simon Marchi | 1 | -1/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -7/+11 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+3 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -44/+514 |
2015-07-15 | Move linux_find_memory_regions_full & co. | Jan Kratochvil | 1 | -498/+1 |
2015-07-15 | Prepare linux_find_memory_regions_full & co. for move | Jan Kratochvil | 1 | -47/+74 |
2015-06-24 | Call set_gdbarch_get_siginfo_type in linux_init_abi | Yao Qi | 1 | -1/+2 |
2015-06-15 | Code cleanup: Rename enum -> enum filterflags | Jan Kratochvil | 1 | -6/+6 |
2015-06-10 | Add "inferior" argument to some target_fileio functions | Gary Benson | 1 | -12/+13 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 1 | -0/+30 |
2015-05-15 | Avoid using 'private' C++ keyword as symbol | Pedro Alves | 1 | -3/+3 |
2015-04-10 | PR13858 - Can't do displaced stepping with no symbols | Pedro Alves | 1 | -0/+31 |
2015-04-07 | Initialize variable on gdb/linux-tdep.c:decode_vmflags | Sergio Durigan Junior | 1 | -1/+1 |
2015-03-31 | Implement support for checking /proc/PID/coredump_filter | Sergio Durigan Junior | 1 | -28/+427 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -4/+7 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-16 | Replace ARG_MAX with ARG_LAST | Yao Qi | 1 | -3/+3 |
2014-12-12 | add linux_infcall_mmap | Jan Kratochvil | 1 | -0/+49 |
2014-10-10 | Cache the vsyscall/vDSO range per-inferior | Pedro Alves | 1 | -2/+100 |
2014-10-10 | Split vDSO range lookup to a gdbarch hook | Pedro Alves | 1 | -0/+35 |
2014-09-30 | Linux targets: drop fall back to target method for 'make_corefile_notes' | Andreas Arnez | 1 | -25/+11 |
2014-09-30 | Add 'regset' parameter to 'iterate_over_regset_sections_cb' | Andreas Arnez | 1 | -2/+1 |
2014-09-30 | Replace 'core_regset_sections' by iterator method | Andreas Arnez | 1 | -39/+68 |
2014-08-21 | Fix 'gcore' with exited threads | Jan Kratochvil | 1 | -0/+12 |
2014-06-25 | make_corefile_notes: have caller free returned memory | Markus Metzger | 1 | -1/+0 |