summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior2016-09-011-2/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+5
* procfs.c: Include "filestuff.h"Marcin Cieslak2015-08-211-0/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-3/+3
* Mostly trivial enum fixesSimon Marchi2015-07-311-4/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Delete Tru64 supportPedro Alves2014-10-171-17/+0
* Push pruning old threads down to the targetPedro Alves2014-10-151-4/+6
* Drop 'regset_from_core_section' gdbarch methodAndreas Arnez2014-09-301-1/+1
* [IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves2014-09-121-42/+5
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* clean up some target delegation casesTom Tromey2014-07-181-5/+3
* make_corefile_notes: have caller free returned memoryMarkus Metzger2014-06-251-1/+0
* constify to_info_proc and friendsTom Tromey2014-06-161-2/+2
* constify to_attachTom Tromey2014-06-041-2/+2
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-5/+8
* Rename Solaris's target to "target child" like most other ports.Pedro Alves2014-03-131-4/+0
* procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves2014-02-241-46/+27
* Add target_ops argument to to_make_corefile_notesTom Tromey2014-02-191-3/+4
* Add target_ops argument to to_find_memory_regionsTom Tromey2014-02-191-2/+4
* Add target_ops argument to to_stopTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_pass_signalsTom Tromey2014-02-191-2/+4
* Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_insert_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_remove_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_can_use_hw_breakpointTom Tromey2014-02-191-2/+4
* add "this" pointers to more target APIsTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-4/+6