aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Eliminate procfs.c:procfs_use_watchpointsPedro Alves1-11/+23
2018-04-12Fix Solaris buildPedro Alves1-5/+2
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-03-08Use scoped_fd in more placesTom Tromey1-20/+11
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-12/+0
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-15/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth1-1704/+192
2017-11-07Constify add_comTom Tromey1-5/+5
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-09-22Fix gdb 8.1 Solaris compilationRainer Orth1-1/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-08-18Remove save_inferior_ptidTom Tromey1-4/+1
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-12/+6
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-1/+6
2017-05-15Fix gdb procfs.c compilation on SolarisRainer Orth1-2/+2
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-2/+2
2017-04-05-Wwrite-strings: More SolarisPedro Alves1-10/+10
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-2/+2
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-6/+8
2017-01-10Use class to manage BFD reference countsTom Tromey1-8/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth1-9/+14
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+5
2015-08-21procfs.c: Include "filestuff.h"Marcin Cieslak1-0/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-3/+3
2015-07-31Mostly trivial enum fixesSimon Marchi1-4/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-17Delete Tru64 supportPedro Alves1-17/+0
2014-10-15Push pruning old threads down to the targetPedro Alves1-4/+6
2014-09-30Drop 'regset_from_core_section' gdbarch methodAndreas Arnez1-1/+1
2014-09-12[IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves1-42/+5
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-18clean up some target delegation casesTom Tromey1-5/+3
2014-06-25make_corefile_notes: have caller free returned memoryMarkus Metzger1-1/+0
2014-06-16constify to_info_proc and friendsTom Tromey1-2/+2
2014-06-04constify to_attachTom Tromey1-2/+2
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-5/+8
2014-03-13Rename Solaris's target to "target child" like most other ports.Pedro Alves1-4/+0
2014-02-24procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves1-46/+27
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey1-3/+4
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_stopTom Tromey1-2/+2