summaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey2017-10-161-72/+45
* GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki2017-10-111-16/+7
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-3/+4
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-6/+6
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-2/+2
* Remove save_inferior_ptidTom Tromey2017-08-181-6/+7
* Add a new gdbarch method to fetch signal information from core files.John Baldwin2017-07-071-0/+21
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-6/+1
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-41/+44
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix PR gdb/20505 - Make vDSO detection work with core filesPedro Alves2016-08-221-5/+30
* [Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/mapsPedro Alves2016-05-241-23/+54
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-1/+1
* Fix PR gdb/19676: Disable displaced stepping if /proc not mountedPedro Alves2016-03-151-1/+2
* Add bound related fields to the siginfo structureWalfred Tedeschi2016-02-021-1/+15
* Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi2016-02-021-3/+2
* Preparation for new siginfo on LinuxWalfred Tedeschi2016-02-021-3/+13
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Linux: dump the signalled thread firstPedro Alves2015-11-241-63/+63
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-7/+12
* Add two callback data castsSimon Marchi2015-10-091-1/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-7/+11
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+3
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-151-44/+514
* Move linux_find_memory_regions_full & co.Jan Kratochvil2015-07-151-498/+1
* Prepare linux_find_memory_regions_full & co. for moveJan Kratochvil2015-07-151-47/+74
* Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi2015-06-241-1/+2
* Code cleanup: Rename enum -> enum filterflagsJan Kratochvil2015-06-151-6/+6
* Add "inferior" argument to some target_fileio functionsGary Benson2015-06-101-12/+13
* compile: Use also inferior munmapJan Kratochvil2015-06-031-0/+30
* Avoid using 'private' C++ keyword as symbolPedro Alves2015-05-151-3/+3
* PR13858 - Can't do displaced stepping with no symbolsPedro Alves2015-04-101-0/+31
* Initialize variable on gdb/linux-tdep.c:decode_vmflagsSergio Durigan Junior2015-04-071-1/+1
* Implement support for checking /proc/PID/coredump_filterSergio Durigan Junior2015-03-311-28/+427
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace ARG_MAX with ARG_LASTYao Qi2014-12-161-3/+3
* add linux_infcall_mmapJan Kratochvil2014-12-121-0/+49
* Cache the vsyscall/vDSO range per-inferiorPedro Alves2014-10-101-2/+100
* Split vDSO range lookup to a gdbarch hookPedro Alves2014-10-101-0/+35
* Linux targets: drop fall back to target method for 'make_corefile_notes'Andreas Arnez2014-09-301-25/+11
* Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez2014-09-301-2/+1
* Replace 'core_regset_sections' by iterator methodAndreas Arnez2014-09-301-39/+68
* Fix 'gcore' with exited threadsJan Kratochvil2014-08-211-0/+12
* make_corefile_notes: have caller free returned memoryMarkus Metzger2014-06-251-1/+0
* constify to_info_proc and friendsTom Tromey2014-06-161-5/+10