aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-01Fetch and store VFP registers by PTRACE_{G,S}ETREGSETYao Qi1-3/+32
2015-06-01Fetch and store FP registers by PTRACE_{G,S}ETREGSETYao Qi1-10/+77
2015-06-01Fetch and store GP registers by PTRACE_{G,S}ETREGSETYao Qi1-10/+75
2015-06-01Check whether kernel supports PTRACE_GETREGSETYao Qi1-0/+16
2015-05-28Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi1-12/+5
2015-05-28Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi1-25/+21
2015-04-17return zero in arm_linux_can_use_hw_breakpoint if HW point isn't supportedYao Qi1-2/+10
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-03-13Support for HWbreak/watchpoint across fork/vfork on arm-nativeOmair Javaid1-125/+276
2014-02-19change delegation for to_read_descriptionTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-9/+9
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1