Age | Commit message (Expand) | Author | Files | Lines |
2020-06-25 | Use fork instead of vfork on Solaris | Rainer Orth | 1 | -1/+8 |
2020-06-22 | Solaris, target_wait(), don't rely on inferior_ptid | Pedro Alves | 1 | -28/+17 |
2020-06-21 | Various procfs.c cleanups | Rainer Orth | 1 | -175/+28 |
2020-06-21 | [PR gdb/25939] Move push_target call earlier in procfs.c | Rainer Orth | 1 | -5/+3 |
2020-06-18 | Don't write to inferior_ptid in procfs.c | Pedro Alves | 1 | -10/+8 |
2020-05-18 | Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981] | Rainer Orth | 1 | -79/+0 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -23/+26 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -2/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -3/+3 |
2019-09-12 | Fix signals reported for faults on Solaris | Rainer Orth | 1 | -33/+5 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
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 |