aboutsummaryrefslogtreecommitdiff
path: root/gdb/btrace.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-24btrace: Add support for interrupt events.Felix Willgerodt1-2/+6
2024-09-24btrace: Print "non-contiguous" for gaps.Felix Willgerodt1-1/+1
2024-09-03[gdb] Fix typosTom de Vries1-1/+1
2024-08-14btrace, python: Enable ptwrite filter registration.Felix Willgerodt1-0/+11
2024-08-14btrace: Enable auxiliary instructions in record function-call-history.Felix Willgerodt1-1/+5
2024-08-14btrace: Introduce auxiliary instructions.Felix Willgerodt1-3/+21
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-09-11gdb, btrace: move xml parsing into remote.cMarkus Metzger1-6/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess1-1/+1
2019-10-02gdb: Change a VEC to std::vector in btrace.{c,h}Andrew Burgess1-4/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-03Use unsigned as base type for some enumsTom Tromey1-1/+1
2018-06-08Remove cleanups from btrace codeTom Tromey1-3/+0
2018-04-13btrace: set/show record btrace cpuMarkus Metzger1-2/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-04btrace: Store btrace_insn in an std::vectorSimon Marchi1-5/+1
2017-05-30btrace: Store function segments as objects.Tim Wiederhake1-8/+15
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake1-11/+6
2017-05-30btrace: Remove struct btrace_function::flow.Tim Wiederhake1-3/+0
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake1-2/+4
2017-05-30btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake1-11/+3
2017-05-30btrace: Use function segment index in insn iterator.Tim Wiederhake1-4/+3
2017-05-30btrace: Use function segment index in call iterator.Tim Wiederhake1-4/+3
2017-05-30btrace: Add btinfo to instruction interator.Tim Wiederhake1-0/+3
2017-05-30btrace: Use std::vector in struct btrace_thread_information.Tim Wiederhake1-4/+3
2017-02-14btrace: Use binary search to find instruction.Tim Wiederhake1-0/+7
2017-02-14btrace: Export btrace_decode_error function.Tim Wiederhake1-0/+5
2017-02-14btrace: Count gaps as one instruction explicitly.Tim Wiederhake1-3/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-12Remove trademark acknowledgements throughoutPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-3/+7
2015-09-18btrace: support to_stopMarkus Metzger1-1/+4
2015-08-07btrace: indicate speculative executionMarkus Metzger1-0/+10
2015-07-02btrace: maintenance commandsMarkus Metzger1-0/+63
2015-07-02btrace: store raw btrace dataMarkus Metzger1-0/+3
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger1-0/+19
2015-03-04record-full/record-btrace: software/hardware breakpoint trapPedro Alves1-0/+4
2015-03-03btrace: compute line range when printingMarkus Metzger1-3/+0
2015-02-09record-btrace: indicate gapsMarkus Metzger1-6/+34
2015-02-09btrace: extend struct btrace_insnMarkus Metzger1-0/+22
2015-02-09record btrace: add configuration structMarkus Metzger1-1/+10