summaryrefslogtreecommitdiff
path: root/gdb/btrace.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess2019-10-031-1/+1
* gdb: Change a VEC to std::vector in btrace.{c,h}Andrew Burgess2019-10-021-4/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use unsigned as base type for some enumsTom Tromey2018-10-031-1/+1
* Remove cleanups from btrace codeTom Tromey2018-06-081-3/+0
* btrace: set/show record btrace cpuMarkus Metzger2018-04-131-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* btrace: Store btrace_insn in an std::vectorSimon Marchi2017-09-041-5/+1
* btrace: Store function segments as objects.Tim Wiederhake2017-05-301-8/+15
* btrace: Replace struct btrace_function::segment.Tim Wiederhake2017-05-301-11/+6
* btrace: Remove struct btrace_function::flow.Tim Wiederhake2017-05-301-3/+0
* btrace: Replace struct btrace_function::up.Tim Wiederhake2017-05-301-2/+4
* btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake2017-05-301-11/+3
* btrace: Use function segment index in insn iterator.Tim Wiederhake2017-05-301-4/+3
* btrace: Use function segment index in call iterator.Tim Wiederhake2017-05-301-4/+3
* btrace: Add btinfo to instruction interator.Tim Wiederhake2017-05-301-0/+3
* btrace: Use std::vector in struct btrace_thread_information.Tim Wiederhake2017-05-301-4/+3
* btrace: Use binary search to find instruction.Tim Wiederhake2017-02-141-0/+7
* btrace: Export btrace_decode_error function.Tim Wiederhake2017-02-141-0/+5
* btrace: Count gaps as one instruction explicitly.Tim Wiederhake2017-02-141-3/+6
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove trademark acknowledgements throughoutPedro Alves2016-01-121-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-3/+7
* btrace: support to_stopMarkus Metzger2015-09-181-1/+4
* btrace: indicate speculative executionMarkus Metzger2015-08-071-0/+10
* btrace: maintenance commandsMarkus Metzger2015-07-021-0/+63
* btrace: store raw btrace dataMarkus Metzger2015-07-021-0/+3
* btrace: support Intel(R) Processor TraceMarkus Metzger2015-07-021-0/+19
* record-full/record-btrace: software/hardware breakpoint trapPedro Alves2015-03-041-0/+4
* btrace: compute line range when printingMarkus Metzger2015-03-031-3/+0
* record-btrace: indicate gapsMarkus Metzger2015-02-091-6/+34
* btrace: extend struct btrace_insnMarkus Metzger2015-02-091-0/+22
* record btrace: add configuration structMarkus Metzger2015-02-091-1/+10
* btrace: add struct btrace_dataMarkus Metzger2015-02-091-2/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* record-btrace: add (reverse-)stepping supportMarkus Metzger2014-01-161-0/+22
* record-btrace: show trace from enable locationMarkus Metzger2014-01-161-0/+4
* btrace: add replay position to btrace thread infoMarkus Metzger2014-01-161-0/+6
* btrace: change branch trace data structureMarkus Metzger2014-01-161-34/+203
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Define the xml document style for transferring branch trace data.Markus Metzger2013-03-111-0/+3
* Add branch trace information to struct thread_info.Markus Metzger2013-03-111-0/+139