aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-09record btrace: add configuration structMarkus Metzger2-42/+133
2015-02-09btrace, linux: add perf event buffer abstractionMarkus Metzger2-84/+63
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger2-21/+38
2015-02-09btrace: add struct btrace_dataMarkus Metzger2-11/+27
2015-01-20gdb/ARI: Call safe_strerror instead of strerror in linux-ptrace.cJoel Brobecker1-8/+8
2015-01-16Fix nat/linux-personality.c regression on RHEL-5Sergio Durigan Junior1-1/+1
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior2-0/+125
2015-01-14Detect 64-bit-ness in PowerPC Book III-EYao Qi2-0/+81
2015-01-14Move some ppc macros to nat/ppc-linux.hYao Qi1-0/+85
2015-01-13[ARI] Remove trailing new-line in argument of call to warning.gdb-7.9-branchpointJoel Brobecker1-1/+1
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves4-25/+201
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker17-17/+17
2014-12-16[Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker2-4/+37
2014-11-11Warn users about mismatched PID namespacesDaniel Colascione2-0/+25
2014-09-19Refactor ptrace extended event status.Don Breazeal2-1/+19
2014-09-12Clarify GDBSERVER use in linux-waitpid.cGary Benson1-5/+6
2014-09-12Remove GDBSERVER uses from x86-dregs.cGary Benson1-6/+2
2014-09-12Remove GDBSERVER uses from linux-btrace.cGary Benson2-7/+3
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson4-23/+4
2014-09-12Introduce common-regcache.hGary Benson1-6/+2
2014-09-11Introduce show_debug_regsGary Benson1-9/+4
2014-09-03x86 debug address register clarificationsGary Benson2-9/+10
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson5-132/+132
2014-08-19Introduce common-debug.hGary Benson1-4/+0
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson5-6/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson4-4/+0
2014-08-07Move common-utils.h to common-defs.hGary Benson1-1/+0
2014-08-07Move ptid.h to common-defs.hGary Benson2-3/+0
2014-08-07Move stddef.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-07-31Do not include defs.h or server.h in any header fileGary Benson1-6/+0
2014-07-30Do not include config.h directlyGary Benson1-1/+0