Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |