aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)Author
2017-06-25x86-dregs: Print debug registers one per lineSimon Marchi
2017-06-18nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni
2017-06-17Add ATTRIBUTE_PRINTF to trace_start_errorSimon Marchi
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-02-17Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.Michael Sturm
2017-01-20fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker
2017-01-06Include signal.h in nat/amd64-linux-siginfo.hYao Qi
2017-01-06Include break-common.h in nat/aarch64-linux-hw-point.hYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-14btrace: read entire aux bufferMarkus Metzger
2016-10-14btrace: remove leftover commentMarkus Metzger
2016-09-23Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella
2016-08-11Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT...Pedro Alves
2016-07-26Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSERPedro Alves
2016-07-26Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves
2016-07-25linux-procfs: Handle lowercase "t (tracing stop)" statePedro Alves
2016-07-25linux-procfs: Introduce enum proc_statePedro Alves
2016-07-23Fix ARMv8.1/v8.2 for hw watchpoint and breakpointAndrew Pinski
2016-05-23Remove unused libthread_db td_thr_validate referenceGary Benson
2016-04-15MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves
2016-02-24Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves
2016-02-02Adaptation of siginfo fixup for the new bnd fieldsWalfred Tedeschi
2016-02-02Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi
2016-01-18Fix gdbserver build failure on targets without forkGary Benson
2016-01-12Fix invalid conversion from void * to gdb_byte *Yao Qi
2016-01-12Change function signature passed to cloneYao Qi
2016-01-12Remove trademark acknowledgements throughoutPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves
2015-11-27[AArch64] Only check breakpoint alignment on insertingYao Qi
2015-11-26Display names of remote threadsSimon Marchi
2015-11-19Fix iov_len calculation in aarch64_linux_set_debug_regsSimon Marchi
2015-10-26Move __SIGRTMIN.Doug Evans
2015-10-24Replace (void *) cast with (gdb_byte *)Simon Marchi
2015-10-23Add mmap casts in linux-btrace.cSimon Marchi
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi
2015-09-11Extended-remote follow-execDon Breazeal
2015-09-09btrace: kernel address filteringMarkus Metzger
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25Print tid in debug output of debug_reg_change_callbackYao Qi
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi