Age | Commit message (Expand) | Author | Files | Lines |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -18/+13 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -1/+0 |
2019-02-28 | Can't interrupt process without controlling terminal on Solaris (PR gdb/8527) | Rainer Orth | 1 | -0/+5 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -3/+3 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-26 | Fix Solaris build | Pedro Alves | 1 | -1/+2 |
2018-10-29 | Provide get_shell declaration in procfs.c | Rainer Orth | 1 | -0/+1 |
2018-10-27 | Unify shell-finding logic | Tom Tromey | 1 | -2/+2 |
2018-09-20 | More Solaris procfs cleanup | Rainer Orth | 1 | -132/+109 |
2018-09-20 | Provide pid_to_exec_file on Solaris (PR tdep/17903) | Rainer Orth | 1 | -0/+31 |
2018-09-19 | Fix /proc pathname sizes on Solaris | Rainer Orth | 1 | -2/+2 |
2018-09-15 | Change get_inferior_args to return const char * | Tom Tromey | 1 | -1/+1 |
2018-09-13 | Remove cleanup from procfs.c | Tom Tromey | 1 | -10/+12 |
2018-08-06 | Remove unused variables in procfs.c etc. | Rainer Orth | 1 | -3/+0 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -12/+12 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -37/+37 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -11/+11 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -7/+7 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -3/+3 |
2018-06-13 | Fix procfs.c compilation | Rainer Orth | 1 | -11/+7 |
2018-06-10 | Fix some missed "beneath" conversions | Tom Tromey | 1 | -3/+3 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
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 |