From owner-freebsd-questions@FreeBSD.ORG Fri May 30 21:12:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9800E1065670 for ; Fri, 30 May 2008 21:12:17 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.241]) by mx1.freebsd.org (Postfix) with ESMTP id 6FDA28FC0C for ; Fri, 30 May 2008 21:12:17 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so149861hsh.11 for ; Fri, 30 May 2008 14:12:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=/dpZ7K+aBm/jS6wbIz3zq9qUFbNYniq+abK/vvgN1Xw=; b=DxsRytJjR10TfO+YNoV0H8GYRaLbkwgXJOFPBQZZBUtD9UR5UrIYt+MbMo8omuRpC24CiAMkNQN7KK1sq1/ni1jgx7U32Y5SatBdBxvEiKlPn5dObsJMi6nemb46aGceYdTR7Sdc369q7yS1Y2DcFgH3jwBC/DIS4PYxLqekg+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=q40+U0DLcKE+QpDAnMWBbvL79s+fLrvN0Hx8rz5a9Y/Ks8+YyMYwSxdDPj5+eoHdB30vNLRhcc2dZEfaFUO30FtR1VMNV7Z1Mi/+6k+BdrgnN2eLybahToXvCCxU28yJUWgWOe+47kr1RvQw8H9A039KGKSOLdnMrkh/7WYglao= Received: by 10.90.71.15 with SMTP id t15mr1564617aga.109.1212180280515; Fri, 30 May 2008 13:44:40 -0700 (PDT) Received: from ?192.168.1.2? ( [201.250.92.176]) by mx.google.com with ESMTPS id n26sm327722ele.15.2008.05.30.13.44.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 May 2008 13:44:39 -0700 (PDT) Message-ID: <48406735.8070506@gmail.com> Date: Fri, 30 May 2008 17:44:37 -0300 From: Oren Almog User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Vmware debugging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:12:17 -0000 I have question regarding remote debugging a freebsd guest OS (running on vmware). Is to possible to debug such a machine by a non FreeBSD OS using a gdb version that was compiled with target=i386-pc-bsd ? Or must i use two virtual machines, both of them running FreeBSD ? Thanks Oren