summaryrefslogtreecommitdiff
path: root/gdb/btrace.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-3/+3
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-3/+3
* Unify gdb printf functionsTom Tromey2022-03-291-66/+66
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-1/+1
* gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi2022-01-181-5/+5
* Use filtered output in btrace-related commandsTom Tromey2022-01-051-63/+63
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-19/+15
* gdb: set current thread in btrace_compute_ftrace_{bts,pt}Simon Marchi2021-07-191-0/+12
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-6/+3
* gdb, btrace, pt: ignore status update enable eventsMarkus Metzger2021-05-121-0/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-141-2/+2
* Don't write to inferior_ptid in btrace_fetchPedro Alves2020-06-181-5/+6
* 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