Fix snafu in aarch64 opcodes debugging statement.
[deliverable/binutils-gdb.git] / gdb / nat /
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-17  Michael SturmSync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.
2017-01-20  Joel Brobeckerfix gdbserver build in nat/linux-ptrace.c on arm-android
2017-01-06  Yao QiInclude signal.h in nat/amd64-linux-siginfo.h
2017-01-06  Yao QiInclude break-common.h in nat/aarch64-linux-hw-point.h
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-14  Markus Metzgerbtrace: read entire aux buffer
2016-10-14  Markus Metzgerbtrace: remove leftover comment
2016-09-23  Yao QiReplace sprintf with xsnprintf in nat/linux-osdata.c
2016-09-16  Andreas Arnezlinux-nat: Add function lwp_is_stepping
2016-08-25  Adhemerval ZanellaSync proc_service definition with GLIBC
2016-08-11  Pedro AlvesFix fallout from gdb/20413's fix (x32: linux_ptrace_tes...
2016-07-26  Pedro AlvesFix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx...
2016-07-26  Pedro AlvesFix PR gdb/20287 - x32 and "gdb_static_assert (sizeof...
2016-07-25  Pedro Alveslinux-procfs: Handle lowercase "t (tracing stop)" state
2016-07-25  Pedro Alveslinux-procfs: Introduce enum proc_state
2016-07-23  Andrew PinskiFix ARMv8.1/v8.2 for hw watchpoint and breakpoint
2016-05-23  Gary BensonRemove unused libthread_db td_thr_validate reference
2016-04-15  Pedro AlvesMIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT
2016-02-24  Pedro AlvesHandle MIPS Linux SIGTRAP siginfo.si_code values
2016-02-02  Walfred TedeschiAdaptation of siginfo fixup for the new bnd fields
2016-02-02  Walfred TedeschiMerge gdb and gdbserver implementations for siginfo
2016-01-18  Gary BensonFix gdbserver build failure on targets without fork
2016-01-12  Yao QiFix invalid conversion from void * to gdb_byte *
2016-01-12  Yao QiChange function signature passed to clone
2016-01-12  Pedro AlvesRemove trademark acknowledgements throughout
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-17  Pedro AlvesRemove support for LinuxThreads and vendor 2.4 kernels...
2015-11-27  Yao Qi[AArch64] Only check breakpoint alignment on inserting
2015-11-26  Simon MarchiDisplay names of remote threads
2015-11-19  Simon MarchiFix iov_len calculation in aarch64_linux_set_debug_regs
2015-10-26  Doug EvansMove __SIGRTMIN.
2015-10-24  Simon MarchiReplace (void *) cast with (gdb_byte *)
2015-10-23  Simon MarchiAdd mmap casts in linux-btrace.c
2015-10-15  Yao Qiaarch64 multi-arch part 6: HW breakpoint on unaligned...
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-18  Yao Qiaarch64 multi-arch (part 3): get thread area
2015-09-15  Yao Qiaarch64 multi-arch support (part 2): siginfo fixup
2015-09-11  Don BreazealExtended-remote follow-exec
2015-09-09  Markus Metzgerbtrace: kernel address filtering
2015-09-03  Yao Qi[aarch64] Check region OK for HW watchpoint in GDBserver
2015-08-27  Ulrich WeigandDetect SW breakpoints in Cell/B.E. combined debugging
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Yao QiPrint tid in debug output of debug_reg_change_callback
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 QiMove debug_reg_change_callback and aarch64_notify_debug...
2015-08-21  Gary BensonFix stale cleanup left by linux_mntns_access_fs
2015-08-06  Pedro AlvesFix gdbserver --debug issues caught by Valgrind
2015-08-05  Ulrich WeigandProtect nat/gdb_thread_db.h against multiple inclusion.
2015-08-04  Pedro AlvesC++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbse...
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-29  Simon MarchiMIPS ptrace build fixes
2015-07-24  Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-07-24  Pedro AlvesC++: handle glibc's ptrace(enum __ptrace_request, ...)
2015-07-24  Pedro AlvesMove gdb_ptrace.h to nat/
2015-07-21  Yao QiMove aarch64_linux_get_debug_reg_capacity to nat/aarch6...
2015-07-20  Yao QiFix ARI warnings to nat/aarch64-linux-hw-point.{c,h}
2015-07-17  Yao QiMove common aarch64 HW breakpoint/watchpoint code to...
2015-07-15  Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15  Jan KratochvilMove linux_find_memory_regions_full & co.
2015-07-15  Jan KratochvilCreate empty nat/linux-maps.[ch] and common/target...
2015-07-15  Markus Metzgerari, btrace: avoid unsigned long long
2015-07-14  Peter BergnerFix build issue with nat/linux-namespaces.c.
2015-07-08  Markus Metzgerari: fix strerror() use
2015-07-02  Markus Metzgerbtrace, linux: use data_size and data_offset
2015-07-02  Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-06-24  Gary BensonRemove redundant include directives.
2015-06-16  Michael EagerGDB Namespaces - Define MSG_CMSG_CLOEXEC if not defined.
2015-06-11  Gary BensonUse pulongest for printing ssize_t
2015-06-11  Gary BensonFix ARI warning in linux-namespaces.c
2015-06-10  Gary BensonRemove linux_proc_pid_get_ns
2015-06-10  Gary BensonIntroduce nat/linux-namespaces.[ch]
2015-06-01  Yao QiMove PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux...
2015-05-15  Pedro AlvesInclude header for enum target_stop_reason
2015-05-12  Don BreazealExtended-remote Linux follow fork
2015-05-12  Don BreazealIdentify remote fork event support
2015-04-17  Gary BensonIntroduce linux_proc_pid_to_exec_file
2015-03-31  Antoine TremblayAdd cpu information to the info os command on linux.
2015-03-24  Gary BensonMove duplicated Linux x86 code to nat/x86-linux.c
2015-03-24  Gary BensonMove low-level Linux x86 debug register code to a share...
2015-03-24  Gary BensonMake lwp_info.arch_private handling shared
2015-03-24  Gary BensonIntroduce basic LWP accessors
2015-03-24  Gary BensonMake linux_stop_lwp be a shared function
2015-03-24  Gary BensonAdd iterate_over_lwps to gdbserver
2015-03-24  Gary BensonAdd x86_debug_reg_state to gdbserver
2015-03-24  Gary BensonIntroduce current_lwp_ptid
2015-03-19  Pedro AlvesFix race exposed by gdb.threads/killed.exp
2015-03-06  Gary BensonNew common function "startswith"
2015-03-04  Pedro AlvesLinux native: Use TRAP_BRKPT/TRAP_HWBPT
2015-03-03  Markus Metzgerbtrace: support 32-bit inferior on 64-bit host
2015-02-27  Pedro AlvesDon't forward declare enum target_hw_bp_type
2015-02-27  Pedro AlvesAdd extern "C" to declarations of C symbols
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-20  Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
2015-02-19  Antoine TremblayFix non executable stack handling when calling function...
2015-02-09  Markus Metzgerbtrace: identify cpu
2015-02-09  Markus Metzgerrecord-btrace: add bts buffer size configuration option
2015-02-09  Markus Metzgerrecord btrace: add configuration struct
2015-02-09  Markus Metzgerbtrace, linux: add perf event buffer abstraction
next
This page took 0.225571 seconds and 7 git commands to generate.