Date: Fri, 14 Nov 1997 13:40:46 -0800 (PST) From: "Jamil J. Weatherbee" <jamil@trojanhorse.ml.org> To: hackers@freebsd.org Subject: GDB symbols in 9MB kernel Message-ID: <Pine.BSF.3.96.971114133733.300A-100000@trojanhorse.ml.org>
next in thread | raw e-mail | index | archive | help
Is there a better way than just sticking -g in the CFLAGS= in the kernel Makefile? Also when you drop to panic in DDB, it doesn't show the full path of the file and line number that caused to panic. However about 1/2 the path and the :lineno was there. And I knew what function it was end so there is not problem. What is wrong with DDB, it can't wrap lines? or is there not enough space in the GDB symbol tables for full /usr/src/sys/* file pathname?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971114133733.300A-100000>