summaryrefslogtreecommitdiff
path: root/gdb/fork-child.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves2022-06-281-0/+3
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-4/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Make {get,set}_inferior_io_terminal inferior methodsPedro Alves2020-06-271-3/+1
* Don't write to inferior_ptid in fork-child.cPedro Alves2020-06-181-3/+0
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-2/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Revert the header-sorting patchTom Tromey2019-04-061-8/+6
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-6/+8
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-6/+1
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify unset_exec_wrapper_commandTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-562/+66
* Move parts of inferior job control to common/Sergio Durigan Junior2017-06-071-0/+1
* fork-child.c: Avoid unnecessary heap-allocation / string copyingPedro Alves2017-04-131-116/+201
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-79/+57
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Fix thinko on last commitSergio Durigan Junior2017-02-201-1/+1
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-201-0/+25
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regres...Sergio Durigan Junior2016-09-201-2/+2
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-2/+2
* Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior2016-09-011-2/+2
* Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves2016-08-091-1/+3
* Always switch fork child to the main UIPedro Alves2016-06-211-2/+20
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Fix failed exec error messagePedro Alves2015-07-241-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves2013-10-251-4/+27
* PR gdb/7912:Tom Tromey2013-04-221-0/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* gdb/Pedro Alves2012-05-241-4/+4
* gdb/Pedro Alves2012-05-241-3/+3