summaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi2015-08-252-0/+18
* Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi2015-08-253-0/+90
* Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi2015-08-252-3/+88
* Fix stale cleanup left by linux_mntns_access_fsGary Benson2015-08-211-1/+1
* Fix gdbserver --debug issues caught by ValgrindPedro Alves2015-08-061-1/+1
* Protect nat/gdb_thread_db.h against multiple inclusion.Ulrich Weigand2015-08-051-0/+22
* C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves2015-08-041-0/+38
* Mostly trivial enum fixesSimon Marchi2015-07-312-3/+3
* MIPS ptrace build fixesSimon Marchi2015-07-291-1/+1
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-245-4/+5
* C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves2015-07-241-0/+4
* Move gdb_ptrace.h to nat/Pedro Alves2015-07-241-0/+149