From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18764 invoked by alias); 13 Nov 2008 08:21:52 -0000 Received: (qmail 18707 invoked by uid 22791); 13 Nov 2008 08:21:50 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Nov 2008 08:21:09 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L0XRm-0003QL-BU for gdb@sources.redhat.com; Thu, 13 Nov 2008 08:21:02 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Nov 2008 08:21:02 +0000 Received: from vladimir by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Nov 2008 08:21:02 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: multi-proc: info processes? Date: Thu, 13 Nov 2008 08:21:00 -0000 Message-ID: References: <491B3695.5090300@vmware.com> <491B3A6E.5010208@codesourcery.com> <491B48F7.5030407@vmware.com> <200811122129.59949.pedro@codesourcery.com> <491B873A.9010705@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 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: 2008-11/txt/msg00101.txt.bz2 EBo wrote: > Just in case you guys need to get into parsing XML I would mention Spirit++ (a > C++ functional template library which replaces most of the functionality of > LEX and YACC -- see http://spirit.sourceforge.net/ for more info). IIRC, > Spirit++ has a XML parser library suite. I do not know if this is appropriate > for the problem, but is a nice tool in the shed when needed. We have a solution for parsing XML already and parse XML in a number of places. Besides, GDB is not written in C++, and although I hope it will be converted to C++ someday, I do not think it will ever make use of Spirit. (The reasons why are offtopic here, you can catch me in #gdb or #boost if you really want to know). - Volodya