aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-4/+4
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess1-12/+12
2022-05-03Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi1-4/+4
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-43/+43
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
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