From owner-freebsd-hackers Fri Nov 14 13:41:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA06181 for hackers-outgoing; Fri, 14 Nov 1997 13:41:35 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from trojanhorse.ml.org (mdean.vip.best.com [206.86.94.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA06174 for ; Fri, 14 Nov 1997 13:41:32 -0800 (PST) (envelope-from jamil@trojanhorse.ml.org) Received: from localhost (jamil@localhost) by trojanhorse.ml.org (8.8.8/8.8.5) with SMTP id NAA00306 for ; Fri, 14 Nov 1997 13:40:46 -0800 (PST) Date: Fri, 14 Nov 1997 13:40:46 -0800 (PST) From: "Jamil J. Weatherbee" To: hackers@freebsd.org Subject: GDB symbols in 9MB kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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?