summaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* PR gdb/22046: Fix T-stopped detach regression on old Linux kernelsJan Kratochvil2017-09-011-3/+3
* Introduce and use gdb_file_upTom Tromey2017-08-033-71/+34
* x86-dregs: Print debug registers one per lineSimon Marchi2017-06-251-10/+6
* nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni2017-06-181-1/+1
* Add ATTRIBUTE_PRINTF to trace_start_errorSimon Marchi2017-06-171-1/+1
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-072-0/+701
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.Michael Sturm2017-02-171-58/+50
* fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker2017-01-201-0/+2
* Include signal.h in nat/amd64-linux-siginfo.hYao Qi2017-01-061-0/+2
* Include break-common.h in nat/aarch64-linux-hw-point.hYao Qi2017-01-061-0/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-0135-35/+35
* btrace: read entire aux bufferMarkus Metzger2016-11-141-4/+15
* btrace: remove leftover commentMarkus Metzger2016-10-141-5/+0
* Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi2016-09-231-2/+4
* linux-nat: Add function lwp_is_steppingAndreas Arnez2016-09-161-0/+5
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-252-2/+2
* Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT...Pedro Alves2016-08-111-1/+1
* Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSERPedro Alves2016-07-261-12/+10
* Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves2016-07-261-139/+159
* linux-procfs: Handle lowercase "t (tracing stop)" statePedro Alves2016-07-251-0/+3
* linux-procfs: Introduce enum proc_statePedro Alves2016-07-251-19/+64
* Fix ARMv8.1/v8.2 for hw watchpoint and breakpointAndrew Pinski2016-07-232-2/+8
* Remove unused libthread_db td_thr_validate referenceGary Benson2016-05-231-1/+0
* MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves2016-04-151-4/+7
* Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2016-02-241-10/+28
* Adaptation of siginfo fixup for the new bnd fieldsWalfred Tedeschi2016-02-022-102/+228
* Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi2016-02-022-0/+506
* Fix gdbserver build failure on targets without forkGary Benson2016-01-181-1/+14
* Fix invalid conversion from void * to gdb_byte *Yao Qi2016-01-121-1/+1
* Change function signature passed to cloneYao Qi2016-01-121-5/+5
* Remove trademark acknowledgements throughoutPedro Alves2016-01-122-8/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0133-33/+33
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-172-60/+6
* [AArch64] Only check breakpoint alignment on insertingYao Qi2015-11-271-7/+14
* Display names of remote threadsSimon Marchi2015-11-262-0/+49
* Fix iov_len calculation in aarch64_linux_set_debug_regsSimon Marchi2015-11-191-2/+2
* Move __SIGRTMIN.Doug Evans2015-10-261-0/+5
* Replace (void *) cast with (gdb_byte *)Simon Marchi2015-10-241-1/+1
* Add mmap casts in linux-btrace.cSimon Marchi2015-10-231-4/+6
* aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi2015-10-151-3/+19
* Add casts to memory allocation related callsSimon Marchi2015-09-253-4/+6
* aarch64 multi-arch (part 3): get thread areaYao Qi2015-09-182-0/+49
* aarch64 multi-arch support (part 2): siginfo fixupYao Qi2015-09-152-0/+213
* Extended-remote follow-execDon Breazeal2015-09-112-0/+12
* btrace: kernel address filteringMarkus Metzger2015-09-092-37/+51
* [aarch64] Check region OK for HW watchpoint in GDBserverYao Qi2015-09-032-0/+42
* Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand2015-08-271-4/+11
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-263-5/+5
* Print tid in debug output of debug_reg_change_callbackYao Qi2015-08-251-5/+5