From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22576 invoked by alias); 19 Oct 2009 20:23:17 -0000 Received: (qmail 22568 invoked by uid 22791); 19 Oct 2009 20:23:16 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Oct 2009 20:23:13 +0000 Received: from zps77.corp.google.com (zps77.corp.google.com [172.25.146.77]) by smtp-out.google.com with ESMTP id n9JKN9mm013332 for ; Mon, 19 Oct 2009 21:23:09 +0100 Received: from ywh42 (ywh42.prod.google.com [10.192.8.42]) by zps77.corp.google.com with ESMTP id n9JKN6YP007057 for ; Mon, 19 Oct 2009 13:23:07 -0700 Received: by ywh42 with SMTP id 42so4540977ywh.28 for ; Mon, 19 Oct 2009 13:23:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.213.34 with SMTP id p34mr12232anq.151.1255983786538; Mon, 19 Oct 2009 13:23:06 -0700 (PDT) In-Reply-To: <20091019201010.GE5282@adacore.com> References: <8ac60eac0910080916i5a2eb49an5f21f3b5c7fb96ef@mail.gmail.com> <8ac60eac0910080952p46f15693x6ed339473db0139d@mail.gmail.com> <8ac60eac0910161607k55fee22cs379c5b7635d7b6a@mail.gmail.com> <8ac60eac0910191109v62794c33g6712090912b5c11f@mail.gmail.com> <20091019184853.GA18564@caradoc.them.org> <20091019194030.GB5282@adacore.com> <20091019195643.GB25499@caradoc.them.org> <20091019201010.GE5282@adacore.com> Date: Mon, 19 Oct 2009 20:23:00 -0000 Message-ID: <8ac60eac0910191323t30e09e10ndb8ec9cb8bea8f99@mail.gmail.com> Subject: Re: [RFC][patch] Allow to disassemble line. From: Paul Pluzhnikov To: Joel Brobecker Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00454.txt.bz2 On Mon, Oct 19, 2009 at 1:10 PM, Joel Brobecker wrote: > I really like the idea of not printing the name of the function > in the disassembly output, though. I've always had to cut it out > when I email portions of a GDB session that includes a disass. I can do that in a separate patch. -- Paul Pluzhnikov