aboutsummaryrefslogtreecommitdiff
path: root/gdb/btrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-04Use reference result of emplace_backTom Tromey1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+1
2023-09-11gdb, btrace: move xml parsing into remote.cMarkus Metzger1-318/+0
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-3/+3
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-3/+3
2022-03-29Unify gdb printf functionsTom Tromey1-66/+66
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-1/+1
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi1-5/+5
2022-01-05Use filtered output in btrace-related commandsTom Tromey1-63/+63
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-19/+15
2021-07-19gdb: set current thread in btrace_compute_ftrace_{bts,pt}Simon Marchi1-0/+12
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-6/+3
2021-05-12gdb, btrace, pt: ignore status update enable eventsMarkus Metzger1-0/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-2/+2
2020-06-18Don't write to inferior_ptid in btrace_fetchPedro Alves1-5/+6
2020-04-21gdb, btrace: diagnose double and failed enableMarkus Metzger1-4/+6
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-61/+18
2020-01-16Fix some spelling errors.Christian Biesinger1-2/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+1
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