btrace: check perf_event_paranoid
[external/binutils.git] / gdb / nat / linux-btrace.c
2018-02-09 Markus Metzgerbtrace: check perf_event_paranoid
2018-02-09 Markus Metzgerbtrace: improve enable error messages
2018-02-09 Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-02-09 Markus Metzgerbtrace, gdbserver: use exceptions to convey btrace...
2018-02-09 Markus Metzgerbtrace: prepare for throwing exceptions when enabling...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-30 Rainer OrthRemove ioctl-based procfs support on Solaris
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-14 Markus Metzgerbtrace: read entire aux buffer
2016-10-14 Markus Metzgerbtrace: remove leftover comment
2016-01-12 Pedro AlvesRemove trademark acknowledgements throughout
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-23 Simon MarchiAdd mmap casts in linux-btrace.c
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-09 Markus Metzgerbtrace: kernel address filtering
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-24 Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-07-15 Markus Metzgerari, btrace: avoid unsigned long long
2015-07-08 Markus Metzgerari: fix strerror() use
2015-07-02 Markus Metzgerbtrace, linux: use data_size and data_offset
2015-07-02 Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-06-24 Gary BensonRemove redundant include directives.
2015-03-03 Markus Metzgerbtrace: support 32-bit inferior on 64-bit host
2015-02-09 Markus Metzgerbtrace: identify cpu
2015-02-09 Markus Metzgerrecord-btrace: add bts buffer size configuration option
2015-02-09 Markus Metzgerrecord btrace: add configuration struct
2015-02-09 Markus Metzgerbtrace, linux: add perf event buffer abstraction
2015-02-09 Markus Metzgerbtrace: add format argument to supports_btrace
2015-02-09 Markus Metzgerbtrace: add struct btrace_data
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-12 Gary BensonRemove GDBSERVER uses from linux-btrace.c
2014-09-12 Gary BensonIntroduce common-regcache.h
2014-09-02 Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove common-utils.h to common-defs.h
2014-06-20 Gary BensonMove shared native target specific code to gdb/nat