summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth
2017-11-07Constify add_comTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-22Fix gdb 8.1 Solaris compilationRainer Orth
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-18Remove save_inferior_ptidTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-05-15Fix gdb procfs.c compilation on SolarisRainer Orth
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: More SolarisPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-21procfs.c: Include "filestuff.h"Marcin Cieslak
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-17Delete Tru64 supportPedro Alves
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-09-30Drop 'regset_from_core_section' gdbarch methodAndreas Arnez
2014-09-12[IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-18clean up some target delegation casesTom Tromey
2014-06-25make_corefile_notes: have caller free returned memoryMarkus Metzger
2014-06-16constify to_info_proc and friendsTom Tromey
2014-06-04constify to_attachTom Tromey
2014-05-22Add new infrun.h header.Pedro Alves
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves
2014-03-13Rename Solaris's target to "target child" like most other ports.Pedro Alves
2014-02-24procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey
2014-02-19Add target_ops argument to to_stopTom Tromey
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey
2014-02-19add "this" pointers to more target APIsTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi