Multi-target support
[deliverable/binutils-gdb.git] / gdb / aarch64-linux-nat.c
2020-01-10  Pedro AlvesMulti-target support
2020-01-05  Luis Machado[AArch64] Fix erroneous use of spu architecture bfd
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-19  Alan HaywardArm: Add read_description read funcs and use in GDB
2019-07-04  Alan HaywardArm/AArch64: Use a single set of Arm register set size...
2019-04-15  Alan HaywardAArch64 SVE: Support changing vector lengths for ptrace
2019-04-15  Alan HaywardAArch64 SVE: Check for vector length change when gettin...
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-25  Alan HaywardAdd linux_get_hwcap
2019-03-22  Alan HaywardAArch64: Read pauth registers
2019-03-22  Alan HaywardAArch64: Use HWCAP to detect pauth feature
2019-03-22  Alan HaywardAArch64: Add pointer authentication feature
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-06-21  Richard BuntEnable hardware watchpoints on attach for aarch64
2018-06-18  Alan HaywardPtrace support for Aarch64 SVE
2018-06-04  Alan HaywardEnable SVE for GDB
2018-05-31  Alan HaywardAdd Aarch64 SVE target description
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-04  Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
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-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24  Alan HaywardAdd aarch64_create_target_description
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-03-13  Simon Marchiaarc64-linux-nat: Use ptid from regcache instead of...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-08-25  Adhemerval ZanellaSync proc_service definition with GLIBC
2016-08-04  Yao QiDetermine target description for native aarch64
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-15  Yao Qiaarch64 multi-arch part 6: HW breakpoint on unaligned...
2015-09-18  Yao Qiaarch64 multi-arch (part 3): get thread area
2015-09-15  Yao QiSupport single step by arch or target
2015-09-15  Yao Qiaarch64 multi-arch support (part 2): siginfo fixup
2015-09-03  Yao Qi[aarch64] Check region OK for HW watchpoint in GDBserver
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Yao QiMove aarch64_linux_new_thread to nat/aarch64-linux.c
2015-08-25  Yao QiMove aarch64_linux_prepare_to_resume to nat/aarch64...
2015-08-25  Yao QiMake aarch64_linux_prepare_to_resume the same on GDB...
2015-08-25  Yao QiMove debug_reg_change_callback and aarch64_notify_debug...
2015-08-25  Yao QiMake debug_reg_change_callback the same on GDB and...
2015-08-25  Yao QiMake aarch64_notify_debug_reg_change the same on GDB...
2015-08-25  Yao QiUse debug_printf in debug_reg_change_callback
2015-08-25  Yao QiGet pid rather than lwpid
2015-08-05  Yao QiRemove get_thread_id
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-24  Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-07-23  Yao QiReturn zero in aarch64_linux_can_use_hw_breakpoint...
2015-07-21  Yao QiMove aarch64_linux_get_debug_reg_capacity to nat/aarch6...
2015-07-17  Yao QiMove common aarch64 HW breakpoint/watchpoint code to...
2015-07-17  Yao QiPass aarch64_debug_reg_state to functions
2015-07-17  Yao QiUse debug_printf to print debug message
2015-07-17  Yao Qiint -> enum target_hw_bp_type in aarch64-linux-nat.c
2015-07-17  Yao QiCall ptid_get_pid instead of get_thread_id in aarch64_l...
2015-07-09  Yao QiPass ptid to aarch64_linux_get_debug_reg_capacity
2015-07-07  Yao QiNative debug arm program by aarch64 GDB
2015-07-02  Yao QiFix typo in aarch64_linux_insert_hw_breakpoint
2015-02-17  Maxim OstapenkoFix GDB build fail on Aarch64 when -fno-common is enabled
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-09-11  Gary BensonIntroduce show_debug_regs
2014-08-21  Will Newtongdb: Fix aarch64 native build issue caused by use of...
2014-08-07  Andreas ArnezAARCH64 Linux: Fill 'collect_regset' in regset structures.
2014-05-22  Ramana RadhakrishnanInclude asm/ptrace.h in aarch64-linux-nat.c
2014-02-19  Tom TromeyAdd target_ops argument to to_post_startup_inferior
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-12-18  Yufeng Zhanggdb/
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-12  Andrew Pinski2013-09-12 Andrew Pinski <apinski@cavium.com>
2013-02-14  Yufeng Zhang2013-02-14 Pedro Alves <palves@redhat.com>
2013-02-13  Marcus ShawcroftARI fix: Replace %llx with %s and phex().
2013-02-13  Marcus ShawcroftARI fix: Replace long long with LONGEST.
2013-02-08  Marcus ShawcroftAdding aarch64-linux-nat support.
This page took 1.509855 seconds and 97 git commands to generate.