Age | Commit message (Expand) | Author | Files | Lines |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -11/+36 |
2016-10-06 | Consolidate API of target_supports_multi_process | Sergio Durigan Junior | 1 | -6/+0 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -3/+1 |
2016-09-01 | Share target_wait prototype between GDB and gdbserver | Sergio Durigan Junior | 1 | -11/+1 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -3/+6 |
2016-08-09 | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 1 | -6/+8 |
2016-07-01 | Optimize memory_xfer_partial for remote | Don Breazeal | 1 | -0/+6 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -0/+5 |
2016-04-12 | Eliminate target_check_pending_interrupt | Pedro Alves | 1 | -10/+0 |
2016-04-12 | Pass Ctrl-C to the target in target_terminal_inferior | Pedro Alves | 1 | -0/+13 |
2016-03-09 | gdb: fix doc string of target_can_use_hardware_watchpoint. | Jose E. Marchesi | 1 | -1/+2 |
2016-01-08 | Change SIGINT handler for extension languages only when target terminal is ours | Yao Qi | 1 | -0/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-30 | Remote thread create/exit events | Pedro Alves | 1 | -0/+5 |
2015-11-26 | Display names of remote threads | Simon Marchi | 1 | -2/+2 |
2015-11-26 | Constify thread name return path | Simon Marchi | 1 | -2/+2 |
2015-11-19 | [C++] remote.c: Avoid enum arithmetic | Pedro Alves | 1 | -0/+4 |
2015-11-03 | target_ops mask_watchpoint: change int to target_hw_bp_type | Simon Marchi | 1 | -4/+8 |
2015-09-18 | target: add to_record_will_replay target method | Markus Metzger | 1 | -0/+8 |
2015-09-18 | target: add to_record_stop_replaying target method | Markus Metzger | 1 | -0/+7 |
2015-09-18 | target, record: add PTID argument to to_record_is_replaying | Markus Metzger | 1 | -3/+3 |
2015-09-15 | Support single step by arch or target | Yao Qi | 1 | -0/+9 |
2015-09-11 | Extended-remote follow-exec | Don Breazeal | 1 | -0/+7 |
2015-09-09 | Delete enum inferior_event_handler::INF_TIMER | Pedro Alves | 1 | -2/+0 |
2015-09-09 | Garbage collect thread continuations | Pedro Alves | 1 | -5/+0 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -1/+8 |
2015-08-25 | remote: allow aborting long operations (e.g., file transfers) | Pedro Alves | 1 | -0/+10 |
2015-08-21 | Warn when accessing binaries from remote targets | Gary Benson | 1 | -3/+14 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -0/+8 |
2015-08-07 | Implement all-stop on top of a target running non-stop mode | Pedro Alves | 1 | -0/+13 |
2015-08-07 | Teach non-stop to do in-line step-overs (stop all, step, restart) | Pedro Alves | 1 | -2/+1 |
2015-08-07 | Add comments to currently_stepping and target_resume | Pedro Alves | 1 | -2/+2 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -5/+9 |
2015-07-29 | PR record/18691: Fix fails in solib-precsave.exp | Yao Qi | 1 | -0/+5 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -0/+10 |
2015-07-15 | Move linux_find_memory_regions_full & co. | Jan Kratochvil | 1 | -10/+0 |
2015-06-12 | target: consider addressable unit size when reading/writing memory | Simon Marchi | 1 | -7/+26 |
2015-06-12 | Various cleanups in target read/write code | Simon Marchi | 1 | -3/+3 |
2015-06-10 | Add "inferior" argument to some target_fileio functions | Gary Benson | 1 | -39/+67 |
2015-04-17 | Update comments to target_can_use_hardware_watchpoint | Yao Qi | 1 | -5/+8 |
2015-04-17 | Implement remote_pid_to_exec_file using qXfer:exec-file:read | Gary Benson | 1 | -1/+6 |
2015-04-02 | Introduce target_filesystem_is_local | Gary Benson | 1 | -0/+11 |
2015-04-02 | Introduce target_fileio_fstat | Gary Benson | 1 | -0/+12 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -4/+4 |
2015-03-23 | GDB: Add set/show serial parity command. | Yury Grechishchev | 1 | -0/+4 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -10/+0 |
2015-03-04 | Teach GDB about targets that can tell whether a trap is a breakpoint event | Pedro Alves | 1 | -0/+44 |
2015-03-03 | Remove unused function declarations in target.h | Simon Marchi | 1 | -5/+0 |
2015-02-27 | target.h: Include infrun.h | Pedro Alves | 1 | -0/+2 |
2015-02-20 | Garbage collect forward_target_decr_pc_after_break | Pedro Alves | 1 | -4/+0 |