Debugger issues

Doug Hardie bc979 at lafn.org
Wed Jul 26 09:13:36 UTC 2017


FreeBSD 11.1 installed today.  I am trying to debug several programs with lldb or gdb and get the same type of output after a few lines of next:

54		if (sock < 0)
(gdb) 
0x000000080082efbb	90	}
(gdb) 


Then I am at some seemingly random point in the code.  Everything was compiled after the upgrade (freebsd-update).  All of this code was built with a compile similar to:

cc -g -o program program.c 

-- Doug



More information about the freebsd-questions mailing list