aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-2/+3
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-72/+0
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-05-08Convert linux-tdep.c to type-safe registry APITom Tromey1-31/+8
2019-04-25Implement dump of mappings with ELF headers by gcoreSergio Durigan Junior1-13/+60
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-25Add linux_get_hwcapAlan Hayward1-0/+22
2019-03-13Change pid_to_str to return std::stringTom Tromey1-7/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-4/+2
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-2/+2
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