aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-20Move arm_apcs_32 extern declaration to headerChristian Biesinger1-2/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward1-5/+6
2019-07-10Arm: Minor style cleanupsAlan Hayward1-17/+10
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward1-8/+6
2019-05-04Use gdb_assert_not_reached in arm-linux-nat.cTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-17/+16
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-16/+17
2019-03-26Fix Arm buildAlan Hayward1-0/+1
2019-03-25Add linux_get_hwcapAlan Hayward1-6/+1
2019-03-19Fix Arm build errorAlan Hayward1-6/+8
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey1-16/+10
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Remove some unused variablesSimon Marchi1-8/+4
2018-07-03Remove ptid_get_lwpTom Tromey1-12/+12
2018-07-03Remove ptid_get_pidTom Tromey1-5/+5
2018-07-03Remove pid_to_ptidTom Tromey1-2/+2
2018-06-10Fix some missed "beneath" conversionsTom Tromey1-2/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-7/+6
2018-05-30Remove regcache_raw_supplySimon Marchi1-8/+6
2018-05-30Remove regcache_register_statusSimon Marchi1-8/+5
2018-05-30Remove regcache_get_ptidSimon Marchi1-8/+8
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-3/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-19/+21
2018-05-03target_ops: Use bool throughoutPedro Alves1-10/+10
2018-05-03Convert struct target_ops to C++Pedro Alves1-66/+72
2018-03-19Convert observers to C++Tom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+9
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-07-25[ARM] Access FPSCR on vfpv2Yao Qi1-2/+4
2017-03-17arm-linux-nat.c: Use ptid from regcache instead of inferior_ptidSimon Marchi1-8/+8
2017-01-27Fix PTRACE_GETREGSET failure for compat inferiors on arm64Kees Cook1-3/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-01-22[ARM] perror_with_name when failed to fetch/store registersYao Qi1-48/+12
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-03arm-linux-nat.c: Add castSimon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-05Remove get_thread_idYao Qi1-27/+10
2015-08-03Enum fix for arm-linux-nat.cYao Qi1-5/+5
2015-07-31Mostly trivial enum fixesSimon Marchi1-7/+10
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-07-07Native debug arm program by aarch64 GDBYao Qi1-5/+0
2015-07-07New aarch32-linux-nat.cYao Qi1-37/+9
2015-07-07Remove {fetch,store}_fpregister and {fetch,store}_registerYao Qi1-219/+4
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi1-18/+18
2015-06-16Fix compilation of gdb/arm-linux-nat.c on Raspbian GNU/Linux 7Martin Simmons1-0/+2