summaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify execute_commandTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-27Constify some commands in record-btrace.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Introduce gdb_disassembly_flagsPedro Alves
2017-09-04btrace: Store btrace_insn in an std::vectorSimon Marchi
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi
2017-05-30btrace: Store function segments as objects.Tim Wiederhake
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake
2017-05-30btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake
2017-05-30btrace: Use function segment index in insn iterator.Tim Wiederhake
2017-05-30btrace: Use function segment index in call iterator.Tim Wiederhake
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake
2017-02-14btrace: Export btrace_decode_error function.Tim Wiederhake
2017-02-14btrace: Count gaps as one instruction explicitly.Tim Wiederhake
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves
2017-02-02Add back gdb_pretty_print_insnPedro Alves
2017-02-01btrace: allow recording to be started (and stopped) for running threadsMarkus Metzger
2017-01-26Refactor disassembly codeYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-10-28btrace: allow leading trace gapsMarkus Metzger
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-07-25btrace: Resume recording after disconnect.Tim Wiederhake
2016-06-06Add method/format information to =record-startedSimon Marchi
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-13Centralize thread ID printingPedro Alves
2016-01-12Remove trademark acknowledgements throughoutPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-11-04btrace: change record instruction-history /mMarkus Metzger
2015-10-08btrace: fix void returnMarkus Metzger
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-18btrace: honour scheduler-locking for all-stop targetsMarkus Metzger
2015-09-18infrun: scheduler-locking replayMarkus Metzger
2015-09-18target: add to_record_will_replay target methodMarkus Metzger
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger
2015-09-18btrace: allow full memory and register access for non-replaying threadsMarkus Metzger
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger
2015-09-18btrace: non-stopMarkus Metzger
2015-09-18btrace: asyncMarkus Metzger