Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-02-19 | Add target_ops argument to to_remove_watchpoint | Tom Tromey | 1 | -2/+4 |
2014-02-19 | Add target_ops argument to to_insert_hw_breakpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_can_use_hw_breakpoint | Tom Tromey | 1 | -2/+4 |
2014-02-19 | Add target_ops argument to to_post_attach | Tom Tromey | 1 | -1/+1 |
2014-02-19 | add "this" pointers to more target APIs | Tom Tromey | 1 | -2/+2 |
2014-01-16 | target, breakpoint: allow insert/remove breakpoint to be forwarded | Markus Metzger | 1 | -2/+2 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_dirent.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -7/+8 |
2013-07-31 | Replace most uses of deprecated_throw_reason with quit. | Andrew Burgess | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |