If the program needs arguments you can set it;
(gdb)set args -parameter1 -parameter2
To start gdb in TUI mode press;
(gdb) info win (gdb) fs next (gdb) fs SRC
b - backtrace info locals display print x catch syscall open
When new thread is created you receive a notification. To get information about threads;
info threads
To select thread;
thread 1
break linespec thread threadno
strace -c ./program
C program with autotools GDB Quick Start, Learning C with GDB and Memory Layout and the Stack are great sources of introductory information. Stopping and Starting multi-thread programs
Development IndexThis is part of the Hive System Documentation. Copyright (C) 2018 Hive Team. See the file Gnu Free Documentation License for copying conditions.