summaryrefslogtreecommitdiff
path: root/gdb/nat/linux-btrace.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trademark acknowledgements throughoutPedro Alves2016-01-121-7/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add mmap casts in linux-btrace.cSimon Marchi2015-10-231-4/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+3
* btrace: kernel address filteringMarkus Metzger2015-09-091-32/+51
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* ari, btrace: avoid unsigned long longMarkus Metzger2015-07-151-34/+68
* 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-021-1/+376
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* btrace: support 32-bit inferior on 64-bit hostMarkus Metzger2015-03-031-1/+27
* btrace: identify cpuMarkus Metzger2015-02-091-22/+48
* record-btrace: add bts buffer size configuration optionMarkus Metzger2015-02-091-9/+30
* record btrace: add configuration structMarkus Metzger2015-02-091-34/+106
* btrace, linux: add perf event buffer abstractionMarkus Metzger2015-02-091-75/+38
* btrace: add format argument to supports_btraceMarkus Metzger2015-02-091-20/+37
* btrace: add struct btrace_dataMarkus Metzger2015-02-091-10/+26
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove GDBSERVER uses from linux-btrace.cGary Benson2014-09-121-7/+1
* Introduce common-regcache.hGary Benson2014-09-121-6/+2
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-3/+3
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move common-utils.h to common-defs.hGary Benson2014-08-071-1/+0
* Move shared native target specific code to gdb/natGary Benson2014-06-201-0/+634