https://sourceware.org/gdb/wiki/FAQ GDB doesn't know the return type nor the type of the arguments for that function call, because there's no debug information available for it. Either provide debuginfo for the program or library which contains the f…