aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)Author
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-08-22Fix PR gdb/20505 - Make vDSO detection work with core filesPedro Alves
2016-05-24[Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/mapsPedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves
2016-03-15Fix PR gdb/19676: Disable displaced stepping if /proc not mountedPedro Alves
2016-02-02Add bound related fields to the siginfo structureWalfred Tedeschi
2016-02-02Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi
2016-02-02Preparation for new siginfo on LinuxWalfred Tedeschi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-24Linux: dump the signalled thread firstPedro Alves
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-10-09Add two callback data castsSimon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil
2015-07-15Prepare linux_find_memory_regions_full & co. for moveJan Kratochvil
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi
2015-06-15Code cleanup: Rename enum -> enum filterflagsJan Kratochvil
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson
2015-06-03compile: Use also inferior munmapJan Kratochvil
2015-05-15Avoid using 'private' C++ keyword as symbolPedro Alves
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves
2015-04-07Initialize variable on gdb/linux-tdep.c:decode_vmflagsSergio Durigan Junior
2015-03-31Implement support for checking /proc/PID/coredump_filterSergio Durigan Junior
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-16Replace ARG_MAX with ARG_LASTYao Qi
2014-12-12add linux_infcall_mmapJan Kratochvil
2014-10-10Cache the vsyscall/vDSO range per-inferiorPedro Alves
2014-10-10Split vDSO range lookup to a gdbarch hookPedro Alves
2014-09-30Linux targets: drop fall back to target method for 'make_corefile_notes'Andreas Arnez
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez
2014-08-21Fix 'gcore' with exited threadsJan Kratochvil
2014-06-25make_corefile_notes: have caller free returned memoryMarkus Metzger
2014-06-16constify to_info_proc and friendsTom Tromey
2014-02-21Fix crash on process name "(sd-pam)" (PR 16594).Jan Kratochvil
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-10-30linux-tdep.c: Fix "warning: 'siginfo_size' may be used uninitialized..."Maciej W. Rozycki
2013-10-25Avoid producing broken non-native core filesMaciej W. Rozycki
2013-10-25linux-tdep.c: Remove unused `num_notes' struct memberMaciej W. Rozycki
2013-09-02gdb/Yao Qi
2013-08-09This patch implements the new gdbarch method gdbarch_gdb_signal_to_target.Sergio Durigan Junior