Remove unused functions and declarations
[binutils-gdb.git] / gdb / aarch64-linux-nat.c
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.