summaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify target_async hook interfacePedro Alves2015-03-251-7/+4
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-10/+10
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-34/+46
* record-full/record-btrace: software/hardware breakpoint trapPedro Alves2015-03-041-11/+58
* btrace: compute line range when printingMarkus Metzger2015-03-031-3/+42
* record-btrace.c: Remove redefinitionsPedro Alves2015-02-271-4/+0
* record-btrace: indicate gapsMarkus Metzger2015-02-091-32/+168
* record-btrace: add bts buffer size configuration optionMarkus Metzger2015-02-091-2/+118
* record btrace: add configuration structMarkus Metzger2015-02-091-8/+61
* btrace: add format argument to supports_btraceMarkus Metzger2015-02-091-3/+0
* When disabling target async, remove all target event sources from the event loopPedro Alves2015-02-031-0/+17
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-2/+2
* Push pruning old threads down to the targetPedro Alves2014-10-151-5/+5
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* constify to_openTom Tromey2014-07-301-1/+1
* clean up some target delegation casesTom Tromey2014-07-181-49/+17
* btrace: pretend we're not replaying when generating a core fileMarkus Metzger2014-06-251-3/+26
* Fix next over threaded execl with "set scheduler-locking step".Pedro Alves2014-06-191-7/+7
* btrace: async supportMarkus Metzger2014-06-041-0/+42
* btrace: control memory access during replayMarkus Metzger2014-05-231-11/+77
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* btrace: no replay without historyMarkus Metzger2014-05-201-0/+4
* fix regressions with target-asyncTom Tromey2014-03-121-1/+0
* change minsym representationTom Tromey2014-02-261-2/+2
* Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi2014-02-241-3/+3
* convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey2014-02-191-2/+18
* convert to_decr_pc_after_breakTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_call_history_rangeTom Tromey2014-02-191-2/+3
* Add target_ops argument to to_call_history_fromTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_call_historyTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_insn_history_rangeTom Tromey2014-02-191-2/+3
* Add target_ops argument to to_insn_history_fromTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_insn_historyTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_goto_recordTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_goto_record_endTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_goto_record_beginTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_record_is_replayingTom Tromey2014-02-191-9/+9
* Add target_ops argument to to_info_recordTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_stop_recordingTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_can_execute_reverseTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* add target method delegationTom Tromey2014-02-191-2/+2
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-4/+9
* btrace: initiate teardown when closing record btrace targetMarkus Metzger2014-01-271-1/+6
* record-btrace: add (reverse-)stepping supportMarkus Metzger2014-01-161-21/+409
* record-btrace: show trace from enable locationMarkus Metzger2014-01-161-5/+3
* record-btrace: extend unwinderMarkus Metzger2014-01-161-10/+278
* record-btrace: add record goto target methodsMarkus Metzger2014-01-161-4/+120