aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-44/+514
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil1-498/+1
2015-07-15Prepare linux_find_memory_regions_full & co. for moveJan Kratochvil1-47/+74
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi1-1/+2
2015-06-15Code cleanup: Rename enum -> enum filterflagsJan Kratochvil1-6/+6
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson1-12/+13
2015-06-03compile: Use also inferior munmapJan Kratochvil1-0/+30
2015-05-15Avoid using 'private' C++ keyword as symbolPedro Alves1-3/+3
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves1-0/+31
2015-04-07Initialize variable on gdb/linux-tdep.c:decode_vmflagsSergio Durigan Junior1-1/+1
2015-03-31Implement support for checking /proc/PID/coredump_filterSergio Durigan Junior1-28/+427
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-16Replace ARG_MAX with ARG_LASTYao Qi1-3/+3
2014-12-12add linux_infcall_mmapJan Kratochvil1-0/+49
2014-10-10Cache the vsyscall/vDSO range per-inferiorPedro Alves1-2/+100
2014-10-10Split vDSO range lookup to a gdbarch hookPedro Alves1-0/+35
2014-09-30Linux targets: drop fall back to target method for 'make_corefile_notes'Andreas Arnez1-25/+11
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez1-2/+1
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez1-39/+68
2014-08-21Fix 'gcore' with exited threadsJan Kratochvil1-0/+12
2014-06-25make_corefile_notes: have caller free returned memoryMarkus Metzger1-1/+0
2014-06-16constify to_info_proc and friendsTom Tromey1-5/+10
2014-02-21Fix crash on process name "(sd-pam)" (PR 16594).Jan Kratochvil1-7/+11
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-30linux-tdep.c: Fix "warning: 'siginfo_size' may be used uninitialized..."Maciej W. Rozycki1-1/+1
2013-10-25Avoid producing broken non-native core filesMaciej W. Rozycki1-3/+4
2013-10-25linux-tdep.c: Remove unused `num_notes' struct memberMaciej W. Rozycki1-4/+0
2013-09-02gdb/Yao Qi1-9/+12
2013-08-09This patch implements the new gdbarch method gdbarch_gdb_signal_to_target.Sergio Durigan Junior1-0/+320
2013-04-19Cast result of obstack_base to gdb_byte * in a couple spots.Pedro Alves1-2/+2
2013-04-19-Wpointer-sign: gdb_byte -> char.Pedro Alves1-2/+2
2013-04-05gdb/Jan Kratochvil1-7/+17
2013-04-05gdb/Jan Kratochvil1-6/+6
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-10/+5
2013-02-042013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-15/+220
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14gdbTom Tromey1-3/+300
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-11-08gdbTom Tromey1-0/+56
2012-08-07gdb/Jan Kratochvil1-3/+39
2012-05-24gdb/Pedro Alves1-2/+2
2012-05-24gdb/Pedro Alves1-4/+4
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+3
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-2/+4
2012-01-23 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.Ulrich Weigand1-4/+8
2012-01-20 * gdbarch.sh (find_memory_regions): New callback.Ulrich Weigand1-0/+48
2012-01-20 * gdbarch.sh (make_corefile_notes): New architecture callback.Ulrich Weigand1-0/+275