summaryrefslogtreecommitdiff
path: root/gdb/btrace.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, btrace: diagnose double and failed enableMarkus Metzger2020-04-211-4/+6
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-61/+18
* Fix some spelling errors.Christian Biesinger2020-01-161-2/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-2/+2
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess2019-10-031-6/+6
* gdb: Change a VEC to std::vector in btrace.{c,h}Andrew Burgess2019-10-021-19/+21
* gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess2019-10-021-35/+23
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Remove trailing newlines from help textTom Tromey2019-06-111-5/+3
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-4/+4
* Rename gdb exception typesTom Tromey2019-04-081-7/+7
* Rewrite TRY/CATCHTom Tromey2019-04-081-21/+14
* Revert the header-sorting patchTom Tromey2019-04-061-10/+8
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-8/+10
* Change pid_to_str to return std::stringTom Tromey2019-03-131-5/+5
* 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
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-3/+1
* btrace: check for indirect jump return in _Unwind_RaiseExceptionMarkus Metzger2018-10-101-0/+14
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-4/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-18/+12
* Remove last cleanup from btrace codeTom Tromey2018-06-081-7/+4
* Remove cleanups from btrace codeTom Tromey2018-06-081-38/+9
* btrace: set/show record btrace cpuMarkus Metzger2018-04-131-23/+49
* btrace: reword error messagesMarkus Metzger2018-02-091-3/+5
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-3/+0
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-15/+24
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-4/+0
* Constify add_prefix_cmdTom Tromey2017-10-111-5/+5
* Constify some commands in btrace.cTom Tromey2017-09-271-13/+14
* Remove unnecessary function prototypes.John Baldwin2017-09-091-1/+0
* Fix build breakage when libipt is availablePedro Alves2017-09-041-2/+1
* btrace: Store btrace_insn in an std::vectorSimon Marchi2017-09-041-33/+26
* Remove save_inferior_ptidTom Tromey2017-08-181-2/+2
* btrace: support decoder eventsMarkus Metzger2017-05-311-41/+114
* btrace: Store function segments as objects.Tim Wiederhake2017-05-301-48/+48
* btrace: Remove bfun_s vector.Tim Wiederhake2017-05-301-67/+34
* btrace: Replace struct btrace_function::segment.Tim Wiederhake2017-05-301-20/+28
* btrace: Remove struct btrace_function::flow.Tim Wiederhake2017-05-301-20/+24
* btrace: Replace struct btrace_function::up.Tim Wiederhake2017-05-301-52/+89
* btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake2017-05-301-101/+89
* btrace: Remove constant arguments.Tim Wiederhake2017-05-301-47/+42