Age | Commit message (Expand) | Author | Files | Lines |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -4/+6 |
2016-07-01 | Optimize memory_xfer_partial for remote | Don Breazeal | 1 | -0/+31 |
2016-04-12 | Eliminate target_check_pending_interrupt | Pedro Alves | 1 | -26/+0 |
2016-04-12 | Pass Ctrl-C to the target in target_terminal_inferior | Pedro Alves | 1 | -0/+21 |
2015-11-30 | Remote thread create/exit events | Pedro Alves | 1 | -0/+28 |
2015-11-26 | Constify thread name return path | Simon Marchi | 1 | -5/+5 |
2015-11-03 | target_ops mask_watchpoint: change int to target_hw_bp_type | Simon Marchi | 1 | -8/+8 |
2015-09-18 | target: add to_record_will_replay target method | Markus Metzger | 1 | -0/+35 |
2015-09-18 | target: add to_record_stop_replaying target method | Markus Metzger | 1 | -0/+26 |
2015-09-18 | target, record: add PTID argument to to_record_is_replaying | Markus Metzger | 1 | -5/+7 |
2015-09-15 | Support single step by arch or target | Yao Qi | 1 | -0/+31 |
2015-09-11 | Extended-remote follow-exec | Don Breazeal | 1 | -0/+30 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -7/+1 |
2015-08-25 | remote: allow aborting long operations (e.g., file transfers) | Pedro Alves | 1 | -0/+26 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -0/+28 |
2015-08-07 | Implement all-stop on top of a target running non-stop mode | Pedro Alves | 1 | -0/+31 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -12/+12 |
2015-04-02 | Introduce target_filesystem_is_local | Gary Benson | 1 | -0/+31 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -8/+6 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -27/+0 |
2015-03-04 | Teach GDB about targets that can tell whether a trap is a breakpoint event | Pedro Alves | 1 | -0/+124 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -5/+40 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -5/+7 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -4/+4 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -11/+11 |
2014-08-27 | Fix terminal state corruption when starting a program from within TUI | Patrick Palka | 1 | -26/+0 |
2014-07-24 | auto-generate most target debug methods | Tom Tromey | 1 | -4/+2228 |
2014-07-23 | rewrite make-target-delegates matching code | Tom Tromey | 1 | -14/+14 |
2014-07-16 | rebuild target-delegates.c | Tom Tromey | 1 | -0/+15 |
2014-07-07 | convert to_get_thread_local_address to use target delegation | Tom Tromey | 1 | -0/+16 |
2014-06-26 | constify get_bookmark and goto_bookmark | Tom Tromey | 1 | -4/+4 |
2014-06-26 | constify to_load | Tom Tromey | 1 | -2/+2 |
2014-06-25 | gcore, target: allow target to prepare/cleanup for/after core file generation | Markus Metzger | 1 | -0/+30 |
2014-06-16 | constify to_disconnect | Tom Tromey | 1 | -2/+2 |
2014-06-16 | constify to_rcmd | Tom Tromey | 1 | -1/+1 |
2014-06-04 | convert to_thread_address_space to use TARGET_DEFAULT_FUNC | Tom Tromey | 1 | -0/+10 |
2014-05-20 | Make compare-sections work against all targets; add compare-sections [-r] tests. | Pedro Alves | 1 | -7/+1 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -12/+30 |
2014-03-06 | Change the default implementation of to_traceframe_info to tcomplain | Yao Qi | 1 | -1/+1 |
2014-02-19 | convert to_get_unwinder and to_get_tailcall_unwinder to methods | Tom Tromey | 1 | -0/+32 |
2014-02-19 | convert to_decr_pc_after_break | Tom Tromey | 1 | -0/+10 |
2014-02-19 | pass NULL to TARGET_DEFAULT_RETURN when appropriate | Tom Tromey | 1 | -7/+7 |
2014-02-19 | change delegation for to_read_description | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_can_run | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_disconnect | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_stop_recording | Tom Tromey | 1 | -0/+15 |
2014-02-19 | convert to_enable_btrace | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_read_btrace | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_teardown_btrace | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_disable_btrace | Tom Tromey | 1 | -0/+16 |