Fix "nosharedlibrary + continue + shared lib event" crash
[binutils-gdb.git] / gdb / procfs.c
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
2014-02-19 Tom TromeyAdd target_ops argument to to_region_ok_for_hw_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_insert_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_remove_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_can_use_hw_breakpoint
2014-02-19 Tom Tromeyadd "this" pointers to more target APIs
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-27 Joel BrobeckerRemove assert in procfs.c::procfs_make_note_section...
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-18 Yao QiAdd target_xfer_partial_ftype
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_dirent.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-08 Tom Tromeyconstify to_detach
2013-10-25 Pedro AlvesMake STARTUP_WITH_SHELL a runtime toggle -- add new...
2013-10-04 Joel BrobeckerFix build failure in procfs.c after MERGEPID -> ptid_bu...
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
next