Date: Wed, 26 Jul 2017 02:13:29 -0700 From: Doug Hardie <bc979@lafn.org> To: freebsd-questions@freebsd.org Subject: Debugger issues Message-ID: <F6042A7B-989D-4B99-8E94-B2DDC191C844@mail.sermon-archive.info>
next in thread | raw e-mail | index | archive | help
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)=20 0x000000080082efbb 90 } (gdb)=20 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=20 -- Doug
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F6042A7B-989D-4B99-8E94-B2DDC191C844>