aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2015-07-212-0/+55
* Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}Yao Qi2015-07-202-7/+8
* Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi2015-07-172-0/+689
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-152-557/+0
* Move linux_find_memory_regions_full & co.Jan Kratochvil2015-07-152-0/+515
* Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil2015-07-152-0/+42
* ari, btrace: avoid unsigned long longMarkus Metzger2015-07-152-37/+71
* Fix build issue with nat/linux-namespaces.c.Peter Bergner2015-07-141-6/+6
* ari: fix strerror() useMarkus Metzger2015-07-081-10/+10
* btrace, linux: use data_size and data_offsetMarkus Metzger2015-07-021-5/+16
* btrace: support Intel(R) Processor TraceMarkus Metzger2015-07-022-1/+395
* Remove redundant include directives.Gary Benson2015-06-244-8/+0
* GDB Namespaces - Define MSG_CMSG_CLOEXEC if not defined.Michael Eager2015-06-161-0/+6
* Use pulongest for printing ssize_tGary Benson2015-06-111-4/+5
* Fix ARI warning in linux-namespaces.cGary Benson2015-06-111-1/+1
* Remove linux_proc_pid_get_nsGary Benson2015-06-102-25/+0
* Introduce nat/linux-namespaces.[ch]Gary Benson2015-06-102-0/+1126
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-011-0/+8
* Include header for enum target_stop_reasonPedro Alves2015-05-151-0/+2
* Extended-remote Linux follow forkDon Breazeal2015-05-122-55/+31
* Identify remote fork event supportDon Breazeal2015-05-122-1/+2