From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 9 17:50:36 2006 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 A993816A580 for ; Sun, 9 Jul 2006 17:50:36 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3693643D45 for ; Sun, 9 Jul 2006 17:50:36 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so519791wri for ; Sun, 09 Jul 2006 10:50:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=peeKKn2T8Hin8mtxeeaRWz3tF74QFNz3ItnPfVmLSIo0Io/AdkWliUMpGQzMjfC2juS2nw9NOhzdOMU7lJyedqLmhM1fti5B+P99dcKg9RrBRXaxGJHyT+XzyFdpE0Zbeg/KeI83TNcblA/YbR/nG9fyLn3Oj+falCfaOHepmQU= Received: by 10.65.212.4 with SMTP id o4mr3918949qbq; Sun, 09 Jul 2006 10:50:35 -0700 (PDT) Received: by 10.65.225.9 with HTTP; Sun, 9 Jul 2006 10:50:35 -0700 (PDT) Message-ID: Date: Sun, 9 Jul 2006 10:50:35 -0700 From: "Kip Macy" To: "Divacky Roman" In-Reply-To: <20060709094653.GA87677@stud.fit.vutbr.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060709094653.GA87677@stud.fit.vutbr.cz> Cc: hackers@freebsd.org Subject: Re: gdb able to debug both fbsd and linux binaries X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kmacy@fsmware.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 17:50:36 -0000 They have quite different ptrace interfaces, the binaries will have different elf brands, etc. Making a single GDB work on both would require a great deal of FreeBSD specific surgery on GDB. -Kip On 7/9/06, Divacky Roman wrote: > hi, > > is it able to somehow make gdb be able to debug fbsd and linux binaries at the > same time? I mean.. alter somehow the way its built in buildworld or something > > thnx > > roman > > > ---------------------- > www.liberalnistrana.cz > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >