aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-22Use ui_out_emit_tupleTom Tromey1-18/+4
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves1-4/+4
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-3/+3
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake1-0/+18
2017-02-14btrace: Export btrace_decode_error function.Tim Wiederhake1-55/+3
2017-02-14btrace: Count gaps as one instruction explicitly.Tim Wiederhake1-22/+12
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves1-1/+3
2017-02-02Add back gdb_pretty_print_insnPedro Alves1-6/+2
2017-02-01btrace: allow recording to be started (and stopped) for running threadsMarkus Metzger1-0/+4
2017-01-26Refactor disassembly codeYao Qi1-3/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-22/+22
2016-10-28btrace: allow leading trace gapsMarkus Metzger1-6/+27