summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation of gdb/arm-linux-nat.c on Raspbian GNU/Linux 7Martin Simmons2015-06-161-0/+2
* Fetch and store VFP registers by PTRACE_{G,S}ETREGSETYao Qi2015-06-011-3/+32
* Fetch and store FP registers by PTRACE_{G,S}ETREGSETYao Qi2015-06-011-10/+77
* Fetch and store GP registers by PTRACE_{G,S}ETREGSETYao Qi2015-06-011-10/+75
* Check whether kernel supports PTRACE_GETREGSETYao Qi2015-06-011-0/+16
* Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi2015-05-281-12/+5
* Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi2015-05-281-25/+21
* return zero in arm_linux_can_use_hw_breakpoint if HW point isn't supportedYao Qi2015-04-171-2/+10
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Support for HWbreak/watchpoint across fork/vfork on arm-nativeOmair Javaid2014-03-131-125/+276
* change delegation for to_read_descriptionTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey2014-02-191-1/+2