Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | Remove do_closedir_cleanup | Tom Tromey | 1 | -20/+4 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -17/+21 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -8/+9 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -159/+173 |
2018-03-08 | Use scoped_fd in more places | Tom Tromey | 1 | -19/+13 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -2/+2 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -6/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -22/+8 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -4/+5 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -3/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -2/+2 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+2 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -1/+2 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -9/+2 |
2016-04-12 | Do target_terminal_ours in query & friends instead of in all callers | Pedro Alves | 1 | -4/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-21 | [nto] Fix nto target stopped by watchpoint. | Aleksandar Ristovski | 1 | -1/+20 |
2015-10-20 | [nto] Implement procfs_pid_to_exec_file. | Aleksandar Ristovski | 1 | -0/+28 |
2015-10-20 | [nto] Implement TARGET_OBJECT_AUXV. | Aleksandar Ristovski | 1 | -0/+34 |
2015-10-20 | [nto] Fixes for nto procfs. | Aleksandar Ristovski | 1 | -25/+38 |
2015-10-16 | [nto] Fix nto build. | Aleksandar Ristovski | 1 | -14/+11 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -8/+8 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -9/+14 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -8/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -4/+6 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -2/+0 |
2014-10-03 | Avoid software breakpoint's instruction shadow inconsistency | Maciej W. Rozycki | 1 | -0/+2 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -3/+3 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -1/+1 |
2014-05-21 | Native targets: Add inf-child.c:inf_child_mourn_inferior and use it. | Pedro Alves | 1 | -2/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -13/+41 |
2014-05-21 | nto-procfs.c: Add "target native". | Pedro Alves | 1 | -12/+32 |
2014-03-12 | Make the nto-procfs.c target inherit inf-child.c. | Pedro Alves | 1 | -73/+46 |
2014-02-26 | nto-procfs.c: Don't install a deprecated_xfer_memory method | Pedro Alves | 1 | -24/+34 |
2014-02-19 | fix buglet in nto-procfs.c | Tom Tromey | 1 | -2/+3 |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_pass_signals | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_can_run | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_insert_watchpoint | Tom Tromey | 1 | -2/+4 |