Multi-target support
[deliverable/binutils-gdb.git] / gdb / inf-child.c
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-09  Tom TromeyRename common to gdbsupport
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30  Pedro AlvesIntroduce process_stratum_target
2018-08-22  Simon MarchiFix restoring of inferior terminal settings
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-03-07  Tom TromeyReturn gdb::optional<std::string> from target_fileio_re...
2018-01-30  Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-21  Gary BensonWarn when accessing binaries from remote targets
2015-06-10  Gary BensonAdd "inferior" argument to some target_fileio functions
2015-06-10  Gary BensonComment and whitespace changes
2015-06-09  Gary BensonDon't assume File-I/O mode bits match the host's format
2015-04-21  Gary BensonIntroduce new shared function fileio_to_host_openflags
2015-04-09  Gary BensonRename common-remote-fileio.[ch] as fileio.[ch]
2015-04-09  Gary BensonIntroduce new shared function remote_fileio_to_fio_error
2015-04-02  Gary BensonIntroduce target_fileio_fstat
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-28  Yao QiUse readlink unconditionally
2014-08-27  Patrick PalkaFix terminal state corruption when starting a program...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-07-30  Tom Tromeyconstify to_open
2014-07-24  Tom Tromeyconstify inf_child_open_target
2014-06-16  Tom Tromeyconstify to_disconnect
2014-05-21  Pedro AlvesNative targets: Add inf-child.c:inf_child_mourn_inferio...
2014-05-21  Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-05-21  Pedro AlvesRename "target child" to "target native".
2014-03-14  Pedro AlvesRename native-only terminal related functions.
2014-03-13  Pedro AlvesDon't mention "Unix" in native target name.
2014-03-12  Tom Tromeyfix regressions with target-async
2014-03-12  Pedro Alvesinf-child.c: Update comments.
2014-02-19  Tom TromeyAdd target_ops argument to to_can_use_agent
2014-02-19  Tom TromeyAdd target_ops argument to to_use_agent
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_readlink
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_unlink
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_close
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_pread
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_pwrite
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_open
2014-02-19  Tom TromeyAdd target_ops argument to to_pid_to_exec_file
2014-02-19  Tom TromeyAdd target_ops argument to to_can_run
2014-02-19  Tom TromeyAdd target_ops argument to to_post_startup_inferior
2014-02-19  Tom TromeyAdd target_ops argument to to_post_attach
2014-01-16  Markus MetzgerAdd target_ops argument to to_prepare_to_store
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-09-03  Luis Machado * inf-child.c (inf_child_follow_fork) New parameter
2013-07-01  Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-04-22  Tom Tromey PR gdb/7912:
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-26  Pedro Alvesgdb/
2012-08-02  Ulrich WeigandChangeLog:
2012-05-24  Pedro Alvesgdb/
2012-05-22  Pedro Alves2012-05-22 Pedro Alves <palves@redhat.com>
2012-03-03  Yao Qigdb:
2012-01-23  Ulrich Weigand * inf-child.c: Include "gdb_stat.h" instead of <sys...
2012-01-20  Ulrich WeigandChangeLog:
2012-01-20  Ulrich Weigand2012-01-20 Pedro Alves <palves@redhat.com>
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-01-11  Thiago Jung Bauermann2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm...
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-28  Joel Brobeckerremove target_acknowledge_created_inferior
2010-05-14  Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-09-15  Sergio Durigan JuniorImplementing catch syscall.
2009-06-07  Pedro Alves * target.h (struct target_ops): Make to_has_all_memory,
2009-02-23  Pedro Alves * corelow.c (get_core_registers): Adjust.
2009-02-21  Pedro Alves2008-02-21 Pedro Alves <pedro@codesorcery.com>
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-03-15  Vladimir Prus Remove ignoring leading exec events code.
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-12-13  Jim BlandyRemove unused support for target-based exception catching.
2007-10-30  Ulrich Weigand2007-10-30 Markus Deuling <deuling@de.ibm.com>
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-05-31  Ulrich Weigand2007-05-31 Markus Deuling <deuling@de.ibm.com>
2007-05-06  Ulrich Weigand * target.h (struct target_ops): Add REGCACHE parameter to
2007-05-06  Ulrich Weigand * target.h (struct regcache): Add forward declaration.
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2006-04-20  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17  Eli Zaretskii * breakpoint.c:
2005-09-04  Daniel Jacobowitz * inf-child.c (inf_child_follow_fork): Add OPS argument.
2005-02-11  Andrew Cagney2005-02-10 Andrew Cagney <cagney@gnu.org>
2005-01-18  Andrew Cagney2005-01-18 Andrew Cagney <cagney@gnu.org>
2004-09-29  Andrew Cagney2004-09-29 Andrew Cagney <cagney@gnu.org>
2004-09-18  Mark Kettenis* inf-child.c (inf_child_post_wait): Remove stray white...
2004-09-16  Andrew Cagney2004-09-16 Andrew Cagney <cagney@gnu.org>
2004-09-12  Andrew Cagney2004-09-12 Andrew Cagney <cagney@gnu.org>
This page took 2.09082 seconds and 105 git commands to generate.