summaryrefslogtreecommitdiff
path: root/gdb/inf-child.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-211-7/+7
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-7/+0
* gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi2021-12-031-8/+9
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-12/+3
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-1/+1
* gdb: maybe unpush target from old inferior in inf_child_target::follow_execSimon Marchi2021-05-131-0/+18
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Multi-target supportPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Normalize includes to use common/Tom Tromey2019-01-251-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-30/+0
* Introduce process_stratum_targetPedro Alves2018-11-301-5/+0
* Fix restoring of inferior terminal settingsSimon Marchi2018-08-221-0/+6
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-8/+28
* target_ops: Use bool throughoutPedro Alves2018-05-031-12/+12
* Convert struct target_ops to C++Pedro Alves2018-05-031-155/+140
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-8/+4
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-0/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Warn when accessing binaries from remote targetsGary Benson2015-08-211-1/+2
* Add "inferior" argument to some target_fileio functionsGary Benson2015-06-101-4/+6
* Comment and whitespace changesGary Benson2015-06-101-16/+13
* Don't assume File-I/O mode bits match the host's formatGary Benson2015-06-091-4/+4
* Introduce new shared function fileio_to_host_openflagsGary Benson2015-04-211-36/+1
* Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson2015-04-091-8/+8
* Introduce new shared function remote_fileio_to_fio_errorGary Benson2015-04-091-59/+8
* Introduce target_fileio_fstatGary Benson2015-04-021-0/+15
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Use readlink unconditionallyYao Qi2014-11-281-1/+1
* Fix terminal state corruption when starting a program from within TUIPatrick Palka2014-08-271-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify to_openTom Tromey2014-07-301-1/+1
* constify inf_child_open_targetTom Tromey2014-07-241-1/+2
* constify to_disconnectTom Tromey2014-06-161-1/+1
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-211-0/+7
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-1/+61
* Rename "target child" to "target native".Pedro Alves2014-05-211-4/+4