aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2015-10-26Move __SIGRTMIN.Doug Evans1-0/+5
2015-10-24Replace (void *) cast with (gdb_byte *)Simon Marchi1-1/+1
2015-10-23Add mmap casts in linux-btrace.cSimon Marchi1-4/+6
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-3/+19
2015-09-25Add casts to memory allocation related callsSimon Marchi3-4/+6
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi2-0/+49
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi2-0/+213
2015-09-11Extended-remote follow-execDon Breazeal2-0/+12
2015-09-09btrace: kernel address filteringMarkus Metzger2-37/+51
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi2-0/+42
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand1-4/+11
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi3-5/+5
2015-08-25Print tid in debug output of debug_reg_change_callbackYao Qi1-5/+5
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi2-0/+18
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi3-0/+90
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi2-3/+88
2015-08-21Fix stale cleanup left by linux_mntns_access_fsGary Benson1-1/+1
2015-08-06Fix gdbserver --debug issues caught by ValgrindPedro Alves1-1/+1
2015-08-05Protect nat/gdb_thread_db.h against multiple inclusion.Ulrich Weigand1-0/+22
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves1-0/+38
2015-07-31Mostly trivial enum fixesSimon Marchi2-3/+3
2015-07-29MIPS ptrace build fixesSimon Marchi1-1/+1
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves5-4/+5
2015-07-24C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves1-0/+4
2015-07-24Move gdb_ptrace.h to nat/Pedro Alves1-0/+149
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2-0/+55
2015-07-20Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}Yao Qi2-7/+8
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi2-0/+689
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil2-557/+0
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil2-0/+515
2015-07-15Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil2-0/+42
2015-07-15ari, btrace: avoid unsigned long longMarkus Metzger2-37/+71
2015-07-14Fix build issue with nat/linux-namespaces.c.Peter Bergner1-6/+6
2015-07-08ari: fix strerror() useMarkus Metzger1-10/+10
2015-07-02btrace, linux: use data_size and data_offsetMarkus Metzger1-5/+16
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger2-1/+395
2015-06-24Remove redundant include directives.Gary Benson4-8/+0
2015-06-16GDB Namespaces - Define MSG_CMSG_CLOEXEC if not defined.Michael Eager1-0/+6
2015-06-11Use pulongest for printing ssize_tGary Benson1-4/+5
2015-06-11Fix ARI warning in linux-namespaces.cGary Benson1-1/+1
2015-06-10Remove linux_proc_pid_get_nsGary Benson2-25/+0
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson2-0/+1126
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-0/+8
2015-05-15Include header for enum target_stop_reasonPedro Alves1-0/+2
2015-05-12Extended-remote Linux follow forkDon Breazeal2-55/+31
2015-05-12Identify remote fork event supportDon Breazeal2-1/+2
2015-04-17Introduce linux_proc_pid_to_exec_fileGary Benson2-0/+25
2015-03-31Add cpu information to the info os command on linux.Antoine Tremblay1-12/+112
2015-03-24Move duplicated Linux x86 code to nat/x86-linux.cGary Benson2-0/+25
2015-03-24Move low-level Linux x86 debug register code to a shared fileGary Benson2-0/+236