aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-2/+4
2014-02-19add "this" pointers to more target APIsTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-4/+6
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-2/+2
2014-01-27Remove assert in procfs.c::procfs_make_note_section (x86-solaris)Joel Brobecker1-3/+0
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18Add target_xfer_partial_ftypeYao Qi1-6/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_dirent.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-2/+2
2013-10-25Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves1-2/+0
2013-10-04Fix build failure in procfs.c after MERGEPID -> ptid_build conversion.Joel Brobecker1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-50/+55
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-112012-12-11 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+7