From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7093 invoked by alias); 4 Jun 2007 21:43:08 -0000 Received: (qmail 7074 invoked by uid 22791); 4 Jun 2007 21:43:08 -0000 X-Spam-Check-By: sourceware.org Received: from mail.radgametools.com (HELO mail.radgametools.com) (216.254.19.237) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 04 Jun 2007 21:43:02 +0000 Received: from jeffrmain ([127.0.0.1]) by mail.radgametools.com ([127.0.0.1] running VPOP3) with ESMTP for ; Mon, 4 Jun 2007 14:42:57 -0700 Message-ID: <307270C9C6214C9A883DE333F909D302@office.radgametools.com> From: "Jeff Roberts" To: References: <20070604105526.GA27250@caradoc.them.org> Subject: Re: technical question on GDB for MacOS Date: Mon, 04 Jun 2007 21:43:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.3790.3959 X-Server: VPOP3 Enterprise V2.5.0 - Registered 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/msg00036.txt.bz2 > Right. You can use "display/i $pc" and "x/i " to show the > assembly anyway. Perfect, thank you! ->Jeff RAD Game Tools ----- Original Message ----- From: "Daniel Jacobowitz" To: "Jeff Roberts" Cc: Sent: Monday, June 04, 2007 3:55 AM Subject: Re: technical question on GDB for MacOS > 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 >