From owner-freebsd-hackers Sun Feb 5 12:58:44 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id MAA03511 for hackers-outgoing; Sun, 5 Feb 1995 12:58:44 -0800 Received: from netcom17.netcom.com (hasty@netcom17.netcom.com [192.100.81.130]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id MAA03505 for ; Sun, 5 Feb 1995 12:58:43 -0800 Received: by netcom17.netcom.com (8.6.9/Netcom) id MAA29385; Sun, 5 Feb 1995 12:57:27 -0800 Date: Sun, 5 Feb 1995 12:57:27 -0800 From: hasty@netcom.com (Amancio Hasty Jr) Message-Id: <199502052057.MAA29385@netcom17.netcom.com> To: freebsd-hackers@FreeBSD.org Subject: kernel breakpoints? Sender: hackers-owner@FreeBSD.org Precedence: bulk Hi, I am trying to debug the sound driver and would like to set a breakpoint in the driver. If type : break _sndopen or break sndopen The kernel debugger comes back saying symbol not found?? So what is the magic incantation? :) P.S.: I did compile the sound driver with -g ... Amancio