From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19274 invoked by alias); 22 Apr 2009 07:05:21 -0000 Received: (qmail 19261 invoked by uid 22791); 22 Apr 2009 07:05:19 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.148) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Apr 2009 07:05:14 +0000 Received: by ey-out-1920.google.com with SMTP id 13so491274eye.24 for ; Wed, 22 Apr 2009 00:05:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.210.111.17 with SMTP id j17mr5899066ebc.13.1240383911650; Wed, 22 Apr 2009 00:05:11 -0700 (PDT) Date: Wed, 22 Apr 2009 07:17:00 -0000 Message-ID: Subject: Mixed mode disassembly listing -- impossible? From: =?ISO-8859-1?Q?Timo_Finnil=E4?= To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2009-04/txt/msg00178.txt.bz2 Hi, In the section 8.6 of "GDB User Manual" (http://sourceware.org/gdb/current/onlinedocs/gdb_9.html#SEC64) is said that it is possible to get mixed mode (both source and machine code) listing from the "disassemble" command by using the "/m" option. However, when I try this (e.g. by saying "disassemble /m someFunction" with GDB 8.6, i only get "A syntax error in expression, near '/m'." complaint. What am I missing here? Or doing wrong? BR, Timo F.