aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-child.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-7/+0
2021-12-03gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi1-8/+9
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-12/+3
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-1/+1
2021-05-13gdb: maybe unpush target from old inferior in inf_child_target::follow_execSimon Marchi1-0/+18
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-01-25Normalize includes to use common/Tom Tromey1-4/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-30/+0
2018-11-30Introduce process_stratum_targetPedro Alves1-5/+0
2018-08-22Fix restoring of inferior terminal settingsSimon Marchi1-0/+6
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-8/+28
2018-05-03target_ops: Use bool throughoutPedro Alves1-12/+12
2018-05-03Convert struct target_ops to C++Pedro Alves1-155/+140
2018-03-07Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey1-8/+4
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-0/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
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