Remove path name from test case
[binutils-gdb.git] / gdb / arm-linux-nat.c
2023-07-14 John Baldwin*-linux-nat: Handle null inferior in read_description.
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-11 Simon Marchigdb: fix auxv caching
2022-07-21 Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-06-08 Andrew Burgessgdb: remove trailing '.' from perror_with_name calls
2022-05-03 John BaldwinAdd an arm-tls feature which includes the tpidruro...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-16 Simon Marchigdb: adjust gdbarch_tdep calls in nat files
2021-05-23 Tom de Vries[gdb/tdep] Use pid to choose process 64/32-bitness
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-20 Christian BiesingerMove arm_apcs_32 extern declaration to header
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-19 Alan HaywardArm: Add read_description read funcs and use in GDB
2019-07-10 Alan HaywardArm: Minor style cleanups
2019-07-04 Alan HaywardArm/AArch64: Use a single set of Arm register set size...
2019-05-04 Tom TromeyUse gdb_assert_not_reached in arm-linux-nat.c
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-26 Alan HaywardFix Arm build
2019-03-25 Alan HaywardAdd linux_get_hwcap
2019-03-19 Alan HaywardFix Arm build error
2019-03-12 Tom TromeyChange iterate_over_lwps to take a gdb::function_view
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-23 Simon MarchiRemove some unused variables
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-06-10 Tom TromeyFix some missed "beneath" conversions
2018-05-30 Simon MarchiRemove regcache_raw_collect
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_register_status
2018-05-30 Simon MarchiRemove regcache_get_ptid
2018-05-02 Pedro Alvestarget factories, target open and multiple instances...
2018-05-02 Pedro Alveslinux_nat_target: More low methods
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-03-19 Tom TromeyConvert observers to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-12 Simon Marchilwp_info: Make the arch code free arch_lwp_info
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-07-25 Yao Qi[ARM] Access FPSCR on vfpv2
2017-03-17 Simon Marchiarm-linux-nat.c: Use ptid from regcache instead of...
2017-01-27 Kees CookFix PTRACE_GETREGSET failure for compat inferiors on...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-08-25 Adhemerval ZanellaSync proc_service definition with GLIBC
2016-01-22 Yao Qi[ARM] perror_with_name when failed to fetch/store registers
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-03 Simon Marchiarm-linux-nat.c: Add cast
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-05 Yao QiRemove get_thread_id
2015-08-03 Yao QiEnum fix for arm-linux-nat.c
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-07-24 Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-07-07 Yao QiNative debug arm program by aarch64 GDB
2015-07-07 Yao QiNew aarch32-linux-nat.c
2015-07-07 Yao QiRemove {fetch,store}_fpregister and {fetch,store}_register
2015-06-23 Yao QiConvert have_ptrace_getregset to a tri-state boolean
2015-06-16 Martin SimmonsFix compilation of gdb/arm-linux-nat.c on Raspbian...
2015-06-01 Yao QiFetch and store VFP registers by PTRACE_{G,S}ETREGSET
2015-06-01 Yao QiFetch and store FP registers by PTRACE_{G,S}ETREGSET
2015-06-01 Yao QiFetch and store GP registers by PTRACE_{G,S}ETREGSET
2015-06-01 Yao QiCheck whether kernel supports PTRACE_GETREGSET
2015-05-28 Yao QiRemove global variable arm_linux_has_wmmx_registers...
2015-05-28 Yao QiRemove global variable arm_linux_vfp_register_count...
2015-04-17 Yao Qireturn zero in arm_linux_can_use_hw_breakpoint if HW...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-03 Maciej W. RozyckiAvoid software breakpoint's instruction shadow inconsis...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-03-12 Omair JavaidSupport for HWbreak/watchpoint across fork/vfork on...
2014-02-19 Tom Tromeychange delegation for to_read_description
2014-02-19 Tom TromeyAdd target_ops argument to to_region_ok_for_hw_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_insert_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_remove_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_remove_hw_breakpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_insert_hw_breakpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_can_use_hw_breakpoint
2014-02-19 Tom Tromeyadd "this" pointers to more target APIs
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-07-30 Ulrich WeigandChangeLog:
2012-07-06 Jan Kratochvilgdb/
2012-03-21 Thomas Schwingestruct siginfo vs. siginfo_t
2012-03-08 Jan Kratochvilgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-14 Pedro Alvesgdb/
2011-10-10 Ulrich Weigand PR gdb/13218
2011-10-07 Pedro Alves2011-10-07 Pedro Alves <pedro@codesourcery.com>
2011-06-15 Ulrich Weigand * arm-linux-tdep.c: Include "auxv.h".
2011-02-21 Ulrich WeigandChangeLog:
2011-01-30 Yao Qi2011-01-31 Yao Qi <yao@codesourcery.com>
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-04-12 Richard Earnshaw2010-04-12 Matthew Gretton-Dann <matthew.gretton...
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
next