summaryrefslogtreecommitdiff
path: root/gdb/inf-child.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-21Warn when accessing binaries from remote targetsGary Benson
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson
2015-06-10Comment and whitespace changesGary Benson
2015-06-09Don't assume File-I/O mode bits match the host's formatGary Benson
2015-04-21Introduce new shared function fileio_to_host_openflagsGary Benson
2015-04-09Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson
2015-04-09Introduce new shared function remote_fileio_to_fio_errorGary Benson
2015-04-02Introduce target_fileio_fstatGary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-28Use readlink unconditionallyYao Qi
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka
2014-08-07Include string.h in common-defs.hGary Benson
2014-07-30constify to_openTom Tromey
2014-07-24constify inf_child_open_targetTom Tromey
2014-06-16constify to_disconnectTom Tromey
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves
2014-05-21Rename "target child" to "target native".Pedro Alves
2014-03-14Rename native-only terminal related functions.Pedro Alves
2014-03-13Don't mention "Unix" in native target name.Pedro Alves
2014-03-12fix regressions with target-asyncTom Tromey
2014-03-12inf-child.c: Update comments.Pedro Alves
2014-02-19Add target_ops argument to to_can_use_agentTom Tromey
2014-02-19Add target_ops argument to to_use_agentTom Tromey
2014-02-19Add target_ops argument to to_fileio_readlinkTom Tromey
2014-02-19Add target_ops argument to to_fileio_unlinkTom Tromey
2014-02-19Add target_ops argument to to_fileio_closeTom Tromey
2014-02-19Add target_ops argument to to_fileio_preadTom Tromey
2014-02-19Add target_ops argument to to_fileio_pwriteTom Tromey
2014-02-19Add target_ops argument to to_fileio_openTom Tromey
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey
2014-02-19Add target_ops argument to to_can_runTom Tromey
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey
2014-02-19Add target_ops argument to to_post_attachTom Tromey
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-09-03 * inf-child.c (inf_child_follow_fork) New parameterLuis Machado
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves
2013-04-22 PR gdb/7912:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-26gdb/Pedro Alves
2012-08-02ChangeLog:Ulrich Weigand