From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14568 invoked by alias); 4 Jun 2007 10:55:54 -0000 Received: (qmail 14560 invoked by uid 22791); 4 Jun 2007 10:55:53 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 04 Jun 2007 10:55:50 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id EE7DB982E3; Mon, 4 Jun 2007 10:55:47 +0000 (GMT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by nan.false.org (Postfix) with ESMTP id A576E982E2; Mon, 4 Jun 2007 10:55:47 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HvADe-000799-G5; Mon, 04 Jun 2007 06:55:26 -0400 Date: Mon, 04 Jun 2007 10:55:00 -0000 From: Daniel Jacobowitz To: Jeff Roberts Cc: gdb@sourceware.org Subject: Re: technical question on GDB for MacOS Message-ID: <20070604105526.GA27250@caradoc.them.org> Mail-Followup-To: Jeff Roberts , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00028.txt.bz2 On Sun, Jun 03, 2007 at 08:21:31PM -0700, Jeff Roberts wrote: > I'm using GDB on MacOS We can't help you much with this - GNU GDB releases don't support MacOS X. Apple has extensive changes. Fortunately your question is mostly platform independent. > steps and nexts just fine, but it never shows me my asm. I can't even use > the disass command, because it tells me that there is not any > functions at that address. Right. You can use "display/i $pc" and "x/i " to show the assembly anyway. -- Daniel Jacobowitz CodeSourcery