aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-06[gdb] Fix gdb crash when reading core fileTom de Vries1-6/+6
2018-10-26Zero-initialize linux note sectionsPedro Franco de Carvalho1-6/+8
2018-10-04Avoid shadowing in linux-tdep.cTom Tromey1-1/+2
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-09-15Change get_inferior_args to return const char *Tom Tromey1-1/+1
2018-08-13Split size in regset section iteratorsAlan Hayward1-5/+10
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_get_tidTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-3/+3
2018-07-03Remove ptid_get_pidTom Tromey1-3/+3
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-9/+10
2018-05-03Convert struct target_ops to C++Pedro Alves1-9/+9
2018-04-16linux_spu_make_corefile_notes: return note_data instead of nullptrSimon Marchi1-1/+1
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-28/+20
2018-03-22Make "info proc cmdline" show args on GNU/LinuxAndreas Arnez1-4/+16
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-03-07Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey1-14/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-04Implement 'set dump-excluded-mappings' commandSergio Lopez1-1/+29
2017-11-04Remove cleanups from linux-tdep.cTom Tromey1-44/+20
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey1-72/+45
2017-10-11GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki1-16/+7
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-3/+4
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-6/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-2/+2
2017-08-18Remove save_inferior_ptidTom Tromey1-6/+7
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin1-0/+21
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-6/+1
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-41/+44
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
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