From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17356 invoked by alias); 17 Apr 2003 17:19:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17349 invoked from network); 17 Apr 2003 17:19:06 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 17 Apr 2003 17:19:06 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 4D57F8000F9; Thu, 17 Apr 2003 13:19:06 -0400 (EDT) Message-ID: <3E9EE20A.6090003@redhat.com> Date: Thu, 17 Apr 2003 17:19:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: gdb_indent.sh patch References: <3E9DE700.6020609@redhat.com> <20030417024025.GB10172@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00339.txt.bz2 Patch checked in. Thanks. -- Jeff J. Daniel Jacobowitz wrote: > On Wed, Apr 16, 2003 at 07:28:00PM -0400, J. Johnston wrote: > >>The attached patch adds some more types to recognize for gdb_indent.sh. >>The changes are needed to properly indent thread-db.c which uses some >>libthread_db types. >> >>Ok to commit? >> >>2003-04-16 Jeff Johnston >> >> * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t, >> td_thr_events_t, >> td_notify_t, td_thr_iter_f, and td_thrinfo_t as types. > > > Yes, OK. >