aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-24Make lwp_info.arch_private handling sharedGary Benson3-0/+107
2015-03-24Introduce basic LWP accessorsGary Benson1-0/+14
2015-03-24Make linux_stop_lwp be a shared functionGary Benson1-0/+5
2015-03-24Add iterate_over_lwps to gdbserverGary Benson1-0/+15
2015-03-24Add x86_debug_reg_state to gdbserverGary Benson1-0/+5
2015-03-24Introduce current_lwp_ptidGary Benson1-0/+7
2015-03-19Fix race exposed by gdb.threads/killed.expPedro Alves2-0/+11
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-03-04Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves1-0/+51
2015-03-03btrace: support 32-bit inferior on 64-bit hostMarkus Metzger1-1/+27
2015-02-27Don't forward declare enum target_hw_bp_typePedro Alves1-2/+1
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-2/+2
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves2-0/+16
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay2-0/+14
2015-02-09btrace: identify cpuMarkus Metzger1-22/+48
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger1-9/+30