aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/fork-inferior.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-12/+7
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-9/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-23/+23
2020-09-10Avoid double free in startup_inferiorKamil Rytarowski1-1/+4
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi1-2/+3
2020-01-10Multi-target supportPedro Alves1-4/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior1-2/+2
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-2/+2
2019-08-30Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning ...Sergio Durigan Junior1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-7/+7
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-6/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-27Unify shell-finding logicTom Tromey1-19/+2
2018-09-14Make variable in get_startup_shell non-staticTom Tromey1-3/+1
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-0/+23
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-4/+4
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-3/+1
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-0/+595