Age | Commit message (Expand) | Author | Files | Lines |
2016-10-06 | Consolidate API of target_supports_multi_process | Sergio Durigan Junior | 1 | -0/+8 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+2 |
2016-09-18 | gdb: Fix std::{min, max}-related build breakage on 32-bit hosts | Pedro Alves | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -6/+9 |
2016-09-01 | Share target_wait prototype between GDB and gdbserver | Sergio Durigan Junior | 1 | -0/+2 |
2016-09-01 | Use target_continue{,_no_signal} instead of target_resume | Sergio Durigan Junior | 1 | -0/+8 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -2/+3 |
2016-08-09 | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 1 | -11/+0 |
2016-07-01 | Optimize memory_xfer_partial for remote | Don Breazeal | 1 | -2/+3 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -0/+22 |
2016-06-29 | PR gdb/17210 - fix possible memory leak in read_memory_robust | Tom Tromey | 1 | -4/+11 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -4/+2 |
2016-06-21 | Make target_terminal_inferior/ours almost nops on non-main UIs | Pedro Alves | 1 | -0/+18 |
2016-06-21 | Make input_fd be per UI | Pedro Alves | 1 | -0/+16 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -9/+1 |
2016-04-12 | Eliminate target_check_pending_interrupt | Pedro Alves | 1 | -8/+0 |
2016-04-12 | Pass Ctrl-C to the target in target_terminal_inferior | Pedro Alves | 1 | -0/+21 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -0/+2 |
2016-01-08 | Change SIGINT handler for extension languages only when target terminal is ours | Yao Qi | 1 | -0/+8 |
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/+8 |
2015-11-26 | Constify thread name return path | Simon Marchi | 1 | -1/+1 |
2015-11-20 | Fix '-data-read-memory-bytes' typo/assertion | Don Breazeal | 1 | -2/+3 |
2015-11-19 | [C++] remote.c: Avoid enum arithmetic | Pedro Alves | 1 | -11/+25 |
2015-11-03 | target_ops mask_watchpoint: change int to target_hw_bp_type | Simon Marchi | 1 | -2/+4 |
2015-10-27 | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 1 | -15/+15 |
2015-10-26 | target.c: Add a cast and change a type | Simon Marchi | 1 | -4/+4 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -3/+3 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -9/+9 |
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/+8 |
2015-09-18 | target, record: add PTID argument to to_record_is_replaying | Markus Metzger | 1 | -2/+2 |
2015-09-11 | Extended-remote follow-exec | Don Breazeal | 1 | -0/+8 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -0/+11 |
2015-08-26 | Unset attach_flag when running a new process | Patrick Palka | 1 | -0/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-25 | remote: allow aborting long operations (e.g., file transfers) | Pedro Alves | 1 | -0/+8 |
2015-08-21 | Warn when accessing binaries from remote targets | Gary Benson | 1 | -7/+31 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -0/+12 |
2015-08-07 | Implement all-stop on top of a target running non-stop mode | Pedro Alves | 1 | -0/+71 |
2015-08-07 | Teach non-stop to do in-line step-overs (stop all, step, restart) | Pedro Alves | 1 | -0/+9 |
2015-07-29 | Initialize terminal_state to terminal_is_ours | Patrick Palka | 1 | -1/+1 |
2015-07-29 | PR record/18691: Fix fails in solib-precsave.exp | Yao Qi | 1 | -1/+1 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -20/+75 |
2015-07-15 | Move linux_find_memory_regions_full & co. | Jan Kratochvil | 1 | -89/+2 |
2015-07-15 | Prepare linux_find_memory_regions_full & co. for move | Jan Kratochvil | 1 | -32/+64 |
2015-06-12 | target: consider addressable unit size when reading/writing memory | Simon Marchi | 1 | -7/+28 |
2015-06-12 | Various cleanups in target read/write code | Simon Marchi | 1 | -44/+46 |
2015-06-10 | Add "inferior" argument to some target_fileio functions | Gary Benson | 1 | -22/+37 |
2015-06-10 | Comment and whitespace changes | Gary Benson | 1 | -24/+15 |