summaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-04Implement 'set dump-excluded-mappings' commandSergio Lopez
2017-11-04Remove cleanups from linux-tdep.cTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey
2017-10-11GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-08-18Remove save_inferior_ptidTom Tromey
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