summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb/procfs.c] Fix build failure in find_stop_signalLibor Bukata2021-07-141-2/+2
* Move scoped_ignore_sigttou to gdbsupport/Pedro Alves2021-06-171-1/+0
* Restore procfs.c compilationRainer Orth2021-03-291-2/+4
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-2/+2
* gdb: remove push_target free functionsSimon Marchi2021-03-231-2/+2
* gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi2021-02-221-2/+12
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-221-43/+45
* gdb: fix some inferior_created observer signaturesSimon Marchi2020-10-021-9/+0
* Turn target_have_steppable_watchpoint into functionTom Tromey2020-09-281-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Unify Solaris procfs and largefile handlingRainer Orth2020-07-301-2/+0
* Use fork instead of vfork on SolarisRainer Orth2020-06-251-1/+8
* Solaris, target_wait(), don't rely on inferior_ptidPedro Alves2020-06-221-28/+17
* Various procfs.c cleanupsRainer Orth2020-06-211-175/+28
* [PR gdb/25939] Move push_target call earlier in procfs.cRainer Orth2020-06-211-5/+3
* Don't write to inferior_ptid in procfs.cPedro Alves2020-06-181-10/+8
* Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]Rainer Orth2020-05-181-79/+0
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-23/+26
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-2/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* Fix signals reported for faults on SolarisRainer Orth2019-09-121-33/+5
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Change pid_to_str to return std::stringTom Tromey2019-03-131-18/+13
* Remove excess calls to gdb_flushTom Tromey2019-03-051-1/+0
* Can't interrupt process without controlling terminal on Solaris (PR gdb/8527)Rainer Orth2019-02-281-0/+5
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-3/+3
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix Solaris buildPedro Alves2018-11-261-1/+2
* Provide get_shell declaration in procfs.cRainer Orth2018-10-291-0/+1
* Unify shell-finding logicTom Tromey2018-10-271-2/+2
* More Solaris procfs cleanupRainer Orth2018-09-201-132/+109
* Provide pid_to_exec_file on Solaris (PR tdep/17903)Rainer Orth2018-09-201-0/+31
* Fix /proc pathname sizes on SolarisRainer Orth2018-09-191-2/+2
* Change get_inferior_args to return const char *Tom Tromey2018-09-151-1/+1
* Remove cleanup from procfs.cTom Tromey2018-09-131-10/+12
* Remove unused variables in procfs.c etc.Rainer Orth2018-08-061-3/+0
* Remove ptid_equalTom Tromey2018-07-031-4/+4
* Remove ptid_get_lwpTom Tromey2018-07-031-12/+12
* Remove ptid_get_pidTom Tromey2018-07-031-37/+37
* Remove pid_to_ptidTom Tromey2018-07-031-11/+11
* Remove ptid_buildTom Tromey2018-07-031-7/+7
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-3/+3
* Fix procfs.c compilationRainer Orth2018-06-131-11/+7