Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Utilities
/
gdb
/
gdbinit-template
blob: 0e4a26774d1001080d2e3d42d97f9eca52517f3b [
file
]
# Allows GDB to follow child processes
set
follow
-
fork
-
mode child
# Allows the parent process continue in parallel
set
non
-
stop on