]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/btrace.c
btrace: Add btinfo to instruction interator.
[thirdparty/binutils-gdb.git] / gdb / btrace.c
2017-05-30  Tim Wiederhakebtrace: Add btinfo to instruction interator.
2017-05-30  Tim Wiederhakebtrace: Transfer ownership of pointers.
2017-05-30  Tim Wiederhakebtrace: Use std::vector in struct btrace_thread_informa...
2017-05-05  Tim Wiederhakebtrace: Fix memory leak in btrace_clear.
2017-05-02  Tim WiederhakePython: Use correct ptid in btrace recording
2017-04-25  Pedro AlvesDon't memset non-POD types: struct btrace_insn
2017-02-14  Tim Wiederhakebtrace: Use binary search to find instruction.
2017-02-14  Tim Wiederhakebtrace: Export btrace_decode_error function.
2017-02-14  Tim Wiederhakebtrace: Count gaps as one instruction explicitly.
2017-02-14  Markus Metzgerbtrace: preserve call stack on function switch
2017-02-01  Markus Metzgerbtrace: allow recording to be started (and stopped...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-28  Markus Metzgerbtrace: bridge gaps
2016-10-28  Markus Metzgerbtrace: preserve function level for unexpected returns
2016-10-28  Markus Metzgerbtrace: update tail call heuristic
2016-10-28  Markus Metzgerbtrace: allow leading trace gaps
2016-10-28  Markus Metzgerbtrace: fix gap indication
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-04-15  Pedro AlvesFix gdb C++ build when libipt is available
2016-01-13  Pedro AlvesCentralize thread ID printing
2016-01-12  Pedro AlvesRemove trademark acknowledgements throughout
2016-01-04  Markus Metzgerbtrace: do not return out of TRY/CATCH
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-26  Markus Metzgerbtrace: diagnose "record btrace pt" without libipt
2015-09-26  Simon MarchiFix cast of xml_find_attribute's return value
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-07  Markus Metzgerbtrace: indicate speculative execution
2015-07-15  Markus Metzgerari, btrace: avoid unsigned long long
2015-07-09  Markus Metzgerbtrace, pt: support new packets
2015-07-09  Markus Metzgerbtrace: fix build fail with 32-bit BFD
2015-07-02  Markus Metzgerbtrace: maintenance commands
2015-07-02  Markus Metzgerbtrace: store raw btrace data
2015-07-02  Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-03  Markus Metzgerbtrace: work around _dl_runtime_resolve returning to...
2015-03-03  Markus Metzgerbtrace: compute line range when printing
2015-02-09  Markus Metzgerrecord-btrace: indicate gaps
2015-02-09  Markus Metzgerbtrace: extend struct btrace_insn
2015-02-09  Markus Metzgerbtrace: update btrace_compute_ftrace parameters
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: 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-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-07-30  Gary BensonMake all source files include defs.h or server.h first
2014-06-19  Pedro AlvesFix next over threaded execl with "set scheduler-lockin...
2014-02-26  Tom Tromeychange minsym representation
2014-01-16  Markus Metzgerrecord-btrace: show trace from enable location
2014-01-16  Markus Metzgerbtrace, gdbserver: read branch trace incrementally
2014-01-16  Markus Metzgerrecord-btrace: extend unwinder
2014-01-16  Markus Metzgerbtrace: add replay position to btrace thread info
2014-01-16  Markus Metzgerrecord-btrace: optionally indent function call history
2014-01-16  Markus Metzgerrecord-btrace: start counting at one
2014-01-16  Markus Metzgerbtrace: change branch trace data structure
2014-01-16  Markus Metzgerbtrace: uppercase btrace_read_type
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-04-08  Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-03-11  Markus MetzgerDefine the xml document style for transferring branch...
2013-03-11  Markus MetzgerAdd branch trace information to struct thread_info.