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