From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 19 20:27:39 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 099E516A41F for ; Wed, 19 Oct 2005 20:27:39 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AC343D6A for ; Wed, 19 Oct 2005 20:27:37 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail05.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j9JKRXuS011668 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 20 Oct 2005 06:27:36 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j9JKRXHh020522; Thu, 20 Oct 2005 06:27:33 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j9JKRXT1020521; Thu, 20 Oct 2005 06:27:33 +1000 (EST) (envelope-from pjeremy) Date: Thu, 20 Oct 2005 06:27:32 +1000 From: Peter Jeremy To: Steve Watt Message-ID: <20051019202732.GJ7346@cirb503493.alcatel.com.au> References: <4352D860.000002.03681@tide.yandex.ru> <200510191959.j9JJx4Sr067680@wattres.watt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510191959.j9JJx4Sr067680@wattres.watt.com> User-Agent: Mutt/1.4.2.1i Cc: hackers@freebsd.org Subject: Re: nvi for serious hacking X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 20:27:39 -0000 On Wed, 2005-Oct-19 12:59:04 -0700, Steve Watt wrote: >In article <4352D860.000002.03681@tide.yandex.ru> you write: >>Does it have interface to gdb? And such other things..) ... >I can't imagine why an editor should interface with gdb -- that's what >other windows are for. When stepping through code, it's nice to have the current line and surrounding context automatically displayed (without clogging up your gdb session with an extra 10-20 lines of output for each step). It's also nice to able to scroll back through your entire debugging session. -- Peter Jeremy