Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | Remove do_closedir_cleanup | Tom Tromey | 1 | -12/+4 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -11/+11 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -170/+136 |
2018-05-03 | More procfs.c simplification | Pedro Alves | 1 | -1/+5 |
2018-05-03 | Eliminate procfs.c:procfs_use_watchpoints | Pedro Alves | 1 | -11/+23 |
2018-04-12 | Fix Solaris build | Pedro Alves | 1 | -5/+2 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-03-08 | Use scoped_fd in more places | Tom Tromey | 1 | -20/+11 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -12/+0 |
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 | -15/+8 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-30 | Remove ioctl-based procfs support on Solaris | Rainer Orth | 1 | -1704/+192 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -5/+5 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -2/+2 |
2017-09-22 | Fix gdb 8.1 Solaris compilation | Rainer Orth | 1 | -1/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -4/+1 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -12/+6 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -1/+6 |
2017-05-15 | Fix gdb procfs.c compilation on Solaris | Rainer Orth | 1 | -2/+2 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: More Solaris | Pedro Alves | 1 | -10/+10 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -2/+2 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -6/+8 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -8/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-25 | Fix gdb C++ compilation on Solaris (PR build/20712) | Rainer Orth | 1 | -9/+14 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-09-01 | Use target_continue{,_no_signal} instead of target_resume | Sergio Durigan Junior | 1 | -2/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -5/+5 |
2015-08-21 | procfs.c: Include "filestuff.h" | Marcin Cieslak | 1 | -0/+1 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -3/+3 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -4/+7 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-17 | Delete Tru64 support | Pedro Alves | 1 | -17/+0 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -4/+6 |
2014-09-30 | Drop 'regset_from_core_section' gdbarch method | Andreas Arnez | 1 | -1/+1 |
2014-09-12 | [IRIX] eliminate deprecated_insert_raw_breakpoint uses | Pedro Alves | 1 | -42/+5 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-18 | clean up some target delegation cases | Tom Tromey | 1 | -5/+3 |
2014-06-25 | make_corefile_notes: have caller free returned memory | Markus Metzger | 1 | -1/+0 |
2014-06-16 | constify to_info_proc and friends | Tom Tromey | 1 | -2/+2 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -2/+2 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -5/+8 |
2014-03-13 | Rename Solaris's target to "target child" like most other ports. | Pedro Alves | 1 | -4/+0 |