From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9773 invoked by alias); 27 Jun 2009 09:40:11 -0000 Received: (qmail 9764 invoked by uid 22791); 27 Jun 2009 09:40:09 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 27 Jun 2009 09:40:02 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KLW005005GSE100@i_mtaout2.012.net.il> for gdb@sourceware.org; Sat, 27 Jun 2009 12:39:59 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.213.34]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KLW00MUV5IIF390@i_mtaout2.012.net.il>; Sat, 27 Jun 2009 12:39:55 +0300 (IDT) Date: Sat, 27 Jun 2009 09:40:00 -0000 From: Eli Zaretskii Subject: Re: Learn function name by its address In-reply-to: <4A451826.3010709@vmware.com> To: Michael Snyder Cc: tromey@redhat.com, ppluzhnikov@google.com, andre.poenitz@nokia.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83hby2ypzp.fsf@gnu.org> References: <8763ekb9ql.fsf@sphinx.net.ru> <8ac60eac0906250853y3f70e3b1y2bf97674b1e83d7b@mail.gmail.com> <200906260838.31341.andre.poenitz@nokia.com> <8ac60eac0906260004t4b78c1ffv47eedd2ecb4662f4@mail.gmail.com> <8ac60eac0906261035g7ad07e7fx6af9af503775b6f8@mail.gmail.com> <4A451826.3010709@vmware.com> 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: 2009-06/txt/msg00262.txt.bz2 > Date: Fri, 26 Jun 2009 11:49:10 -0700 > From: Michael Snyder > CC: Paul Pluzhnikov , =?ISO-8859-1?Q?Andr=E9_P=F6?= =?ISO-8859-1?Q?nitz?= , "gdb@sourceware.org" > > Same for the docs -- can they be left in the source and just commented out? If someone wants to submit a patch that comments out unimplemented MI commands, please use @ignore..@end ignore, and please make sure (by looking at the code) that these commands are indeed unimplemented. Please do NOT assume that any command which says "N.A." in Example is necessarily unimplemented. P.S. The reason that we have unimplemented commands in this part of the manual is that it was produced from a white paper that described the projected implementation of MI, when most of it was still on paper.