SHF_GNU_RETAIN 7a and 7b tests
[binutils-gdb.git] / gdb / procfs.c
2020-10-22 Simon Marchigdb: make target_ops::make_corefile_notes return a...
2020-10-02 Simon Marchigdb: fix some inferior_created observer signatures
2020-09-29 Tom TromeyTurn target_have_steppable_watchpoint into function
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-07-30 Rainer OrthUnify Solaris procfs and largefile handling
2020-06-25 Rainer OrthUse fork instead of vfork on Solaris
2020-06-22 Pedro AlvesSolaris, target_wait(), don't rely on inferior_ptid
2020-06-21 Rainer OrthVarious procfs.c cleanups
2020-06-21 Rainer Orth[PR gdb/25939] Move push_target call earlier in procfs.c
2020-06-18 Pedro AlvesDon't write to inferior_ptid in procfs.c
2020-05-18 Rainer OrthRemove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Tom TromeyConstify get_exec_file
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-09-12 Rainer OrthFix signals reported for faults on Solaris
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-02-28 Rainer OrthCan't interrupt process without controlling terminal...
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-24 Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-15 Tom TromeyConstify target_pass_signals and target_program_signals
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-26 Pedro AlvesFix Solaris build
2018-10-29 Rainer OrthProvide get_shell declaration in procfs.c
2018-10-27 Tom TromeyUnify shell-finding logic
2018-09-20 Rainer OrthMore Solaris procfs cleanup
2018-09-20 Rainer OrthProvide pid_to_exec_file on Solaris (PR tdep/17903)
2018-09-19 Rainer OrthFix /proc pathname sizes on Solaris
2018-09-15 Tom TromeyChange get_inferior_args to return const char *
2018-09-13 Tom TromeyRemove cleanup from procfs.c
2018-08-06 Rainer OrthRemove unused variables in procfs.c etc.
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-25 Pedro Alvesgdb: Fix build on several hosts/ports
2018-06-13 Rainer OrthFix procfs.c compilation
2018-06-10 Tom TromeyFix some missed "beneath" conversions
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-30 Simon MarchiRemove regcache_get_ptid
2018-05-04 Tom TromeyRemove do_closedir_cleanup
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-05-02 Pedro AlvesMore procfs.c simplification
2018-05-02 Pedro AlvesEliminate procfs.c:procfs_use_watchpoints
2018-04-12 Pedro AlvesFix Solaris build
2018-03-19 Tom TromeyConvert observers to C++
2018-03-09 Tom TromeyUse scoped_fd in more places
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-30 Rainer OrthRemove ioctl-based procfs support on Solaris
2017-11-07 Tom TromeyConstify add_com
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-22 Rainer OrthFix gdb 8.1 Solaris compilation
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-18 Tom TromeyRemove save_inferior_ptid
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-06-07 Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-05-15 Rainer OrthFix gdb procfs.c compilation on Solaris
2017-04-12 Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05 Pedro Alves-Wwrite-strings: More Solaris
2017-04-05 Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-20 Simon MarchiUse ptid from regcache in almost all remaining nat...
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-25 Rainer OrthFix gdb C++ compilation on Solaris (PR build/20712)
2016-09-19 Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-01 Sergio Durigan JuniorUse target_continue{,_no_signal} instead of target_resume
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21 Marcin Cieslakprocfs.c: Include "filestuff.h"
2015-08-07 Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-17 Pedro AlvesDelete Tru64 support
2014-10-15 Pedro AlvesPush pruning old threads down to the target
2014-09-30 Andreas ArnezDrop 'regset_from_core_section' gdbarch method
2014-09-12 Pedro Alves[IRIX] eliminate deprecated_insert_raw_breakpoint uses
2014-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-18 Tom Tromeyclean up some target delegation cases
2014-06-25 Markus Metzgermake_corefile_notes: have caller free returned memory
2014-06-16 Tom Tromeyconstify to_info_proc and friends
2014-06-04 Tom Tromeyconstify to_attach
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-21 Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-03-13 Pedro AlvesRename Solaris's target to "target child" like most...
2014-02-24 Pedro Alvesprocfs.c: Don't install a deprecated_xfer_memory method
2014-02-19 Tom TromeyAdd target_ops argument to to_make_corefile_notes
2014-02-19 Tom TromeyAdd target_ops argument to to_find_memory_regions
2014-02-19 Tom TromeyAdd target_ops argument to to_stop
2014-02-19 Tom TromeyAdd target_ops argument to to_pass_signals
next