Age | Commit message (Expand) | Author | Files | Lines |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -7/+4 |
2015-03-07 | more making TRY/CATCH callers look more like real C++ try/catch blocks | Pedro Alves | 1 | -10/+10 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -34/+46 |
2015-03-04 | record-full/record-btrace: software/hardware breakpoint trap | Pedro Alves | 1 | -11/+58 |
2015-03-03 | btrace: compute line range when printing | Markus Metzger | 1 | -3/+42 |
2015-02-27 | record-btrace.c: Remove redefinitions | Pedro Alves | 1 | -4/+0 |
2015-02-09 | record-btrace: indicate gaps | Markus Metzger | 1 | -32/+168 |
2015-02-09 | record-btrace: add bts buffer size configuration option | Markus Metzger | 1 | -2/+118 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -8/+61 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -3/+0 |
2015-02-03 | When disabling target async, remove all target event sources from the event loop | Pedro Alves | 1 | -0/+17 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -2/+2 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -5/+5 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -1/+1 |
2014-07-18 | clean up some target delegation cases | Tom Tromey | 1 | -49/+17 |
2014-06-25 | btrace: pretend we're not replaying when generating a core file | Markus Metzger | 1 | -3/+26 |
2014-06-19 | Fix next over threaded execl with "set scheduler-locking step". | Pedro Alves | 1 | -7/+7 |
2014-06-04 | btrace: async support | Markus Metzger | 1 | -0/+42 |
2014-05-23 | btrace: control memory access during replay | Markus Metzger | 1 | -11/+77 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-20 | btrace: no replay without history | Markus Metzger | 1 | -0/+4 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -1/+0 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-02-24 | Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE | Yao Qi | 1 | -3/+3 |
2014-02-19 | convert to_get_unwinder and to_get_tailcall_unwinder to methods | Tom Tromey | 1 | -2/+18 |
2014-02-19 | convert to_decr_pc_after_break | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_call_history_range | Tom Tromey | 1 | -2/+3 |
2014-02-19 | Add target_ops argument to to_call_history_from | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_call_history | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_insn_history_range | Tom Tromey | 1 | -2/+3 |
2014-02-19 | Add target_ops argument to to_insn_history_from | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_insn_history | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_goto_record | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_goto_record_end | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_goto_record_begin | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_record_is_replaying | Tom Tromey | 1 | -9/+9 |
2014-02-19 | Add target_ops argument to to_info_record | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_stop_recording | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_can_execute_reverse | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -1/+1 |
2014-02-19 | add target method delegation | Tom Tromey | 1 | -2/+2 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -4/+9 |
2014-01-27 | btrace: initiate teardown when closing record btrace target | Markus Metzger | 1 | -1/+6 |
2014-01-16 | record-btrace: add (reverse-)stepping support | Markus Metzger | 1 | -21/+409 |
2014-01-16 | record-btrace: show trace from enable location | Markus Metzger | 1 | -5/+3 |
2014-01-16 | record-btrace: extend unwinder | Markus Metzger | 1 | -10/+278 |
2014-01-16 | record-btrace: add record goto target methods | Markus Metzger | 1 | -4/+120 |