From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3156 invoked by alias); 4 Dec 2001 00:20:31 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3129 invoked from network); 4 Dec 2001 00:20:28 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 4 Dec 2001 00:20:28 -0000 Received: from makita.cygnus.com (makita.cygnus.com [205.180.230.78]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id QAA26809; Mon, 3 Dec 2001 16:20:27 -0800 (PST) Received: from localhost (keiths@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id QAA28895; Mon, 3 Dec 2001 16:20:26 -0800 (PST) X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Mon, 03 Dec 2001 16:20:00 -0000 From: Keith Seitz To: Dmitry Mottl cc: Subject: Re: problems with disassembling a programm In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-12/txt/msg00013.txt.bz2 On Tue, 4 Dec 2001, Dmitry Mottl wrote: > So, how can I disassemble the programme with no symbols in it? > (If I don't use 'strip' all is going fine.) Try displaying memory as insturctions, i.e, "x/20i ADDRESS". Keith