aboutsummaryrefslogtreecommitdiff
path: root/gdb/btrace.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-2/+2
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess1-6/+6
2019-10-02gdb: Change a VEC to std::vector in btrace.{c,h}Andrew Burgess1-19/+21
2019-10-02gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess1-35/+23
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-11Remove trailing newlines from help textTom Tromey1-5/+3
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-4/+4
2019-04-08Rename gdb exception typesTom Tromey1-7/+7
2019-04-08Rewrite TRY/CATCHTom Tromey1-21/+14
2019-04-06Revert the header-sorting patchTom Tromey1-10/+8
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-8/+10
2019-03-13Change pid_to_str to return std::stringTom Tromey1-5/+5
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-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-3/+1
2018-10-10btrace: check for indirect jump return in _Unwind_RaiseExceptionMarkus Metzger1-0/+14
2018-07-22Unused variable fixes related to conditional compilationTom Tromey1-4/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-18/+12
2018-06-08Remove last cleanup from btrace codeTom Tromey1-7/+4
2018-06-08Remove cleanups from btrace codeTom Tromey1-38/+9
2018-04-13btrace: set/show record btrace cpuMarkus Metzger1-23/+49
2018-02-09btrace: reword error messagesMarkus Metzger1-3/+5
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-3/+0
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-15/+24
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-4/+0
2017-10-11Constify add_prefix_cmdTom Tromey1-5/+5
2017-09-27Constify some commands in btrace.cTom Tromey1-13/+14
2017-09-09Remove unnecessary function prototypes.John Baldwin1-1/+0
2017-09-04Fix build breakage when libipt is availablePedro Alves1-2/+1
2017-09-04btrace: Store btrace_insn in an std::vectorSimon Marchi1-33/+26
2017-08-18Remove save_inferior_ptidTom Tromey1-2/+2
2017-05-31btrace: support decoder eventsMarkus Metzger1-41/+114
2017-05-30btrace: Store function segments as objects.Tim Wiederhake1-48/+48
2017-05-30btrace: Remove bfun_s vector.Tim Wiederhake1-67/+34
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake1-20/+28
2017-05-30btrace: Remove struct btrace_function::flow.Tim Wiederhake1-20/+24
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake1-52/+89
2017-05-30btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake1-101/+89
2017-05-30btrace: Remove constant arguments.Tim Wiederhake1-47/+42
2017-05-30btrace: Use function segment index in insn iterator.Tim Wiederhake1-22/+28
2017-05-30btrace: Use function segment index in call iterator.Tim Wiederhake1-114/+84
2017-05-30btrace: Add btinfo to instruction interator.Tim Wiederhake1-0/+3
2017-05-30btrace: Transfer ownership of pointers.Tim Wiederhake1-48/+53
2017-05-30btrace: Use std::vector in struct btrace_thread_information.Tim Wiederhake1-9/+8