aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-5/+5
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi1-0/+1
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-1/+1
2020-04-21gdb, btrace: make record-btrace per-inferiorMarkus Metzger1-5/+10
2020-04-21gdb, btrace: forward fetch_registers for unknown threadsMarkus Metzger1-3/+8
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-80/+27
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-1/+10
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-1/+1
2020-01-16Fix some spelling errors.Christian Biesinger1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-16/+25
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-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-4/+5
2019-09-19bfd_section_* macrosAlan Modra1-2/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-7/+7
2019-08-06Add more styling to "disassemble"Tom Tromey1-2/+2
2019-07-17Rename field_int to field_signedTom Tromey1-3/+3
2019-07-15Introduce field_unsignedTom Tromey1-11/+3
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-7/+7
2019-04-08Rename gdb exception typesTom Tromey1-9/+9
2019-04-08Rewrite TRY/CATCHTom Tromey1-27/+18
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-9/+11
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-12-28Add output styles to gdbTom Tromey1-4/+8
2018-12-21Fix compile error with clang 3.8Dave Murphy1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-3/+2
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-48/+24
2018-10-23Fix use-after-free in record_btrace_start_replayingTom Tromey1-11/+8
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+2
2018-09-10Remove unused variable in record-btrace.cSimon Marchi1-1/+0
2018-07-22Simple unused variable removalsTom Tromey1-4/+0
2018-07-03Remove ptid_matchTom Tromey1-7/+7
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-1/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-30/+20
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-19/+19
2018-05-30Remove regcache_raw_supplySimon Marchi1-1/+1
2018-05-30Remove regcache_get_ptidSimon Marchi1-3/+3
2018-05-29Remove tp_t typedefTom Tromey1-5/+0