aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-22Fix PR gdb/20505 - Make vDSO detection work with core filesPedro Alves1-5/+30
2016-05-24[Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/mapsPedro Alves1-23/+54
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-1/+1
2016-03-15Fix PR gdb/19676: Disable displaced stepping if /proc not mountedPedro Alves1-1/+2
2016-02-02Add bound related fields to the siginfo structureWalfred Tedeschi1-1/+15
2016-02-02Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi1-3/+2
2016-02-02Preparation for new siginfo on LinuxWalfred Tedeschi1-3/+13
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-24Linux: dump the signalled thread firstPedro Alves1-63/+63
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-7/+12
2015-10-09Add two callback data castsSimon Marchi1-1/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-7/+11
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+3
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