]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/aarch64-linux-nat.c
Mostly trivial enum fixes
[thirdparty/binutils-gdb.git] / gdb / aarch64-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-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.