aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-btrace.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09btrace: check perf_event_paranoidMarkus Metzger1-2/+30
2018-02-09btrace: improve enable error messagesMarkus Metzger1-40/+29
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-253/+20
2018-02-09btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger1-0/+3
2018-02-09btrace: prepare for throwing exceptions when enabling btraceMarkus Metzger1-67/+51
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth1-2/+0
2017-08-03Introduce and use gdb_file_upTom Tromey1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-14btrace: read entire aux bufferMarkus Metzger1-4/+15
2016-10-14btrace: remove leftover commentMarkus Metzger1-5/+0
2016-01-12Remove trademark acknowledgements throughoutPedro Alves1-7/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-23Add mmap casts in linux-btrace.cSimon Marchi1-4/+6
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-09-09btrace: kernel address filteringMarkus Metzger1-32/+51
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-07-15ari, btrace: avoid unsigned long longMarkus Metzger1-34/+68
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 Metzger1-1/+376
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-03-03btrace: support 32-bit inferior on 64-bit hostMarkus Metzger1-1/+27
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 Metzger1-34/+106
2015-02-09btrace, linux: add perf event buffer abstractionMarkus Metzger1-75/+38
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-20/+37
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-10/+26
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-12Remove GDBSERVER uses from linux-btrace.cGary Benson1-7/+1
2014-09-12Introduce common-regcache.hGary Benson1-6/+2
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-3/+3
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move common-utils.h to common-defs.hGary Benson1-1/+0
2014-06-20Move shared native target specific code to gdb/natGary Benson1-0/+634