aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10record: set stop_pc in "record goto" commandMarkus Metzger1-6/+3
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger1-7/+159
2015-03-25Simplify target_async hook interfacePedro Alves1-7/+4
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-10/+10
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-34/+46
2015-03-04record-full/record-btrace: software/hardware breakpoint trapPedro Alves1-11/+58
2015-03-03btrace: compute line range when printingMarkus Metzger1-3/+42
2015-02-27record-btrace.c: Remove redefinitionsPedro Alves1-4/+0
2015-02-09record-btrace: indicate gapsMarkus Metzger1-32/+168
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger1-2/+118
2015-02-09record btrace: add configuration structMarkus Metzger1-8/+61
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-3/+0
2015-02-03When disabling target async, remove all target event sources from the event loopPedro Alves1-0/+17
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-2/+2
2014-10-15Push pruning old threads down to the targetPedro Alves1-5/+5
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-07-30constify to_openTom Tromey1-1/+1
2014-07-18clean up some target delegation casesTom Tromey1-49/+17
2014-06-25btrace: pretend we're not replaying when generating a core fileMarkus Metzger1-3/+26
2014-06-19Fix next over threaded execl with "set scheduler-locking step".Pedro Alves1-7/+7
2014-06-04btrace: async supportMarkus Metzger1-0/+42
2014-05-23btrace: control memory access during replayMarkus Metzger1-11/+77
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-20btrace: no replay without historyMarkus Metzger1-0/+4
2014-03-12fix regressions with target-asyncTom Tromey1-1/+0
2014-02-26change minsym representationTom Tromey1-2/+2
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi1-3/+3
2014-02-19convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey1-2/+18
2014-02-19convert to_decr_pc_after_breakTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_call_history_rangeTom Tromey1-2/+3
2014-02-19Add target_ops argument to to_call_history_fromTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_call_historyTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_insn_history_rangeTom Tromey1-2/+3
2014-02-19Add target_ops argument to to_insn_history_fromTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insn_historyTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_goto_recordTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_goto_record_endTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_goto_record_beginTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_record_is_replayingTom Tromey1-9/+9
2014-02-19Add target_ops argument to to_info_recordTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_stop_recordingTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_can_execute_reverseTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_closeTom Tromey1-1/+1
2014-02-19add target method delegationTom Tromey1-2/+2
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-4/+9
2014-01-27btrace: initiate teardown when closing record btrace targetMarkus Metzger1-1/+6
2014-01-16record-btrace: add (reverse-)stepping supportMarkus Metzger1-21/+409
2014-01-16record-btrace: show trace from enable locationMarkus Metzger1-5/+3