aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-07Constify execute_commandTom Tromey1-4/+4
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-7/+7
2017-09-27Constify some commands in record-btrace.cTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-9/+13
2017-09-04btrace: Store btrace_insn in an std::vectorSimon Marchi1-13/+5
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi1-2/+2
2017-05-30btrace: Store function segments as objects.Tim Wiederhake1-1/+1
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake1-2/+3
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake1-8/+20
2017-05-30btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake1-1/+1
2017-05-30btrace: Use function segment index in insn iterator.Tim Wiederhake1-3/+3
2017-05-30btrace: Use function segment index in call iterator.Tim Wiederhake1-1/+1