Age | Commit message (Expand) | Author | Files | Lines |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -12/+12 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -0/+27 |
2019-05-22 | Constify target_ops::follow_exec | Tom Tromey | 1 | -6/+6 |
2019-04-08 | Introduce target_ops method thread_info_to_thread_handle | Kevin Buettner | 1 | -0/+28 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -7/+7 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -20/+16 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -10/+10 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -4/+4 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -2/+2 |
2018-11-18 | Fix ia64-linux-nat.c | Tom Tromey | 1 | -7/+7 |
2018-08-31 | Eliminate target_have_continuable_watchpoint | Pedro Alves | 1 | -27/+0 |
2018-06-07 | target_ops::beneath -> target_ops::beneath() | Pedro Alves | 1 | -640/+640 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -6/+2 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -243/+243 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -2730/+2306 |
2018-04-12 | Eliminate target_has_exited | Pedro Alves | 1 | -37/+0 |
2018-04-09 | Remove VEC(tsv_s), use std::vector instead | Simon Marchi | 1 | -4/+4 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -15/+15 |
2018-03-01 | Propagate record_print_flags | Simon Marchi | 1 | -12/+12 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 1 | -33/+0 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -7/+31 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -6/+8 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -8/+6 |
2017-12-06 | target_set_syscall_catchpoint, use gdb::array_view and bool | Pedro Alves | 1 | -9/+7 |
2017-12-03 | Remove mem_region_vector typedef | Simon Marchi | 1 | -5/+5 |
2017-12-03 | Make make-target-delegates grok namespace scope op and template params | Pedro Alves | 1 | -1/+1 |
2017-10-21 | Get rid of VEC (mem_region) | Simon Marchi | 1 | -6/+6 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -5/+5 |
2017-09-21 | Add target method for converting thread handle to thread_info struct pointer | Kevin Buettner | 1 | -0/+37 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -12/+12 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -9/+9 |
2017-02-14 | Add method to query current recording method to target_ops. | Tim Wiederhake | 1 | -0/+33 |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -0/+26 |
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 |