aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-24Update help text in record-btrace.cTom Tromey1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-13/+12
2018-05-03target_ops: Use bool throughoutPedro Alves1-21/+21
2018-05-03Convert struct target_ops to C++Pedro Alves1-274/+283
2018-04-13btrace: set/show record btrace cpuMarkus Metzger1-4/+173
2018-04-13btrace: fix output of "set record btrace"Markus Metzger1-1/+4
2018-03-19Convert observers to C++Tom Tromey1-14/+8
2018-03-06btrace: Remove ui_out cleanupsSimon Marchi1-30/+24
2018-03-06btrace: Remove VEC cleanupsSimon Marchi1-35/+33
2018-03-06btrace: Remove btrace disable cleanupSimon Marchi1-14/+33
2018-03-04Propagate gdb_disassembly_flags to btrace_print_linesSimon Marchi1-1/+1
2018-03-01Propagate record_print_flagsSimon Marchi1-9/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-6/+0