summaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
Commit message (Expand)AuthorAgeFilesLines
* btrace: honour scheduler-locking for all-stop targetsusers/mmetzger/btrace-non-stopMarkus Metzger2015-09-171-24/+33
* infrun: scheduler-locking replayMarkus Metzger2015-09-171-8/+2
* target: add to_record_will_replay target methodMarkus Metzger2015-09-171-0/+9
* target: add to_record_stop_replaying target methodMarkus Metzger2015-09-171-2/+13
* btrace: allow full memory and register access for non-replaying threadsMarkus Metzger2015-09-171-4/+4
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-171-14/+19
* btrace: non-stopMarkus Metzger2015-09-171-3/+0
* btrace: asyncMarkus Metzger2015-09-171-0/+27
* btrace: temporarily set inferior_ptid in record_btrace_start_replayingMarkus Metzger2015-09-171-19/+51
* btrace: resume all requested threadsMarkus Metzger2015-09-171-37/+36
* btrace: lock-stepMarkus Metzger2015-09-171-77/+175
* btrace: add missing NO_HISTORYMarkus Metzger2015-09-171-1/+4
* btrace: move breakpoint checking into stepping functionsMarkus Metzger2015-09-171-6/+16
* btrace: split record_btrace_step_threadMarkus Metzger2015-09-171-82/+105
* btrace: extract the breakpoint check from record_btrace_step_threadMarkus Metzger2015-09-171-12/+30
* btrace: improve stepping debuggingMarkus Metzger2015-09-171-4/+53
* btrace: support to_stopMarkus Metzger2015-09-171-8/+55
* btrace: fix non-stop check in to_waitMarkus Metzger2015-09-171-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* btrace: indicate speculative executionMarkus Metzger2015-08-071-2/+23
* record: set stop_pc in "record goto" commandMarkus Metzger2015-07-101-6/+3
* btrace: support Intel(R) Processor TraceMarkus Metzger2015-07-021-7/+159
* 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