summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Move arm_apcs_32 extern declaration to headerChristian Biesinger2019-09-201-2/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-191-5/+6
* Arm: Minor style cleanupsAlan Hayward2019-07-101-17/+10
* Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward2019-07-041-8/+6
* Use gdb_assert_not_reached in arm-linux-nat.cTom Tromey2019-05-041-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-17/+16
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-16/+17
* Fix Arm buildAlan Hayward2019-03-261-0/+1
* Add linux_get_hwcapAlan Hayward2019-03-251-6/+1
* Fix Arm build errorAlan Hayward2019-03-191-6/+8
* Change iterate_over_lwps to take a gdb::function_viewTom Tromey2019-03-121-16/+10
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove some unused variablesSimon Marchi2018-07-221-8/+4
* Remove ptid_get_lwpTom Tromey2018-07-031-12/+12
* Remove ptid_get_pidTom Tromey2018-07-031-5/+5
* Remove pid_to_ptidTom Tromey2018-07-031-2/+2
* Fix some missed "beneath" conversionsTom Tromey2018-06-101-2/+2
* Remove regcache_raw_collectSimon Marchi2018-05-301-7/+6
* Remove regcache_raw_supplySimon Marchi2018-05-301-8/+6
* Remove regcache_register_statusSimon Marchi2018-05-301-8/+5
* Remove regcache_get_ptidSimon Marchi2018-05-301-8/+8
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-3/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-19/+21
* target_ops: Use bool throughoutPedro Alves2018-05-031-10/+10
* Convert struct target_ops to C++Pedro Alves2018-05-031-66/+72
* Convert observers to C++Tom Tromey2018-03-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+9
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* [ARM] Access FPSCR on vfpv2Yao Qi2017-07-251-2/+4
* arm-linux-nat.c: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-171-8/+8
* Fix PTRACE_GETREGSET failure for compat inferiors on arm64Kees Cook2017-01-271-3/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* [ARM] perror_with_name when failed to fetch/store registersYao Qi2016-01-221-48/+12
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* arm-linux-nat.c: Add castSimon Marchi2015-11-031-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Remove get_thread_idYao Qi2015-08-051-27/+10
* Enum fix for arm-linux-nat.cYao Qi2015-08-031-5/+5
* Mostly trivial enum fixesSimon Marchi2015-07-311-7/+10
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Native debug arm program by aarch64 GDBYao Qi2015-07-071-5/+0
* New aarch32-linux-nat.cYao Qi2015-07-071-37/+9
* Remove {fetch,store}_fpregister and {fetch,store}_registerYao Qi2015-07-071-219/+4
* Convert have_ptrace_getregset to a tri-state booleanYao Qi2015-06-231-18/+18