summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-4/+1
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-12/+6
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-1/+6
* Fix gdb procfs.c compilation on SolarisRainer Orth2017-05-151-2/+2
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+2
* -Wwrite-strings: More SolarisPedro Alves2017-04-051-10/+10
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-2/+2
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-6/+8
* Use class to manage BFD reference countsTom Tromey2017-01-101-8/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth2016-10-251-9/+14
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1