summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some missed "beneath" conversionsTom Tromey2018-06-101-3/+3
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* Remove do_closedir_cleanupTom Tromey2018-05-041-12/+4
* target_ops: Use bool throughoutPedro Alves2018-05-031-11/+11
* Convert struct target_ops to C++Pedro Alves2018-05-031-170/+136
* More procfs.c simplificationPedro Alves2018-05-031-1/+5
* Eliminate procfs.c:procfs_use_watchpointsPedro Alves2018-05-031-11/+23
* Fix Solaris buildPedro Alves2018-04-121-5/+2
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Use scoped_fd in more placesTom Tromey2018-03-081-20/+11
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-12/+0
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-15/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove ioctl-based procfs support on SolarisRainer Orth2017-11-301-1704/+192
* Constify add_comTom Tromey2017-11-071-5/+5
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Fix gdb 8.1 Solaris compilationRainer Orth2017-09-221-1/+2