From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30690 invoked by alias); 23 Jul 2011 17:14:38 -0000 Received: (qmail 30666 invoked by uid 22791); 23 Jul 2011 17:14:36 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Jul 2011 17:14:17 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p6NHEDDh029506; Sat, 23 Jul 2011 19:14:13 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p6NHEB3T024856; Sat, 23 Jul 2011 19:14:11 +0200 (CEST) Date: Sat, 23 Jul 2011 18:38:00 -0000 Message-Id: <201107231714.p6NHEB3T024856@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: gdb-patches@sourceware.org In-reply-to: <20110713151946.GA12824@host1.jankratochvil.net> (message from Jan Kratochvil on Wed, 13 Jul 2011 17:19:46 +0200) Subject: Re: [obv] Indent prototypes so they do not get into tags References: <20110713151946.GA12824@host1.jankratochvil.net> 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: 2011-07/txt/msg00654.txt.bz2 > Date: Wed, 13 Jul 2011 17:19:46 +0200 > From: Jan Kratochvil > > --- src/gdb/dwarf2loc.c 2011/07/12 21:16:47 1.120 > +++ src/gdb/dwarf2loc.c 2011/07/13 15:15:42 1.121 > @@ -44,15 +44,15 @@ > > extern int dwarf2_always_disassemble; > > -static void > -dwarf_expr_frame_base_1 (struct symbol *framefunc, CORE_ADDR pc, > - const gdb_byte **start, size_t *length); > +static void dwarf_expr_frame_base_1 (struct symbol *framefunc, CORE_ADDR pc, > + const gdb_byte **start, size_t *length); > > -static struct value * > -dwarf2_evaluate_loc_desc_full (struct type *type, struct frame_info *frame, > - const gdb_byte *data, unsigned short size, > - struct dwarf2_per_cu_data *per_cu, > - LONGEST byte_offset); > +static struct value *dwarf2_evaluate_loc_desc_full (struct type *type, > + struct frame_info *frame, > + const gdb_byte *data, > + unsigned short size, > + struct dwarf2_per_cu_data *per_cu, > + LONGEST byte_offset); Bleah, that last one really becomes unreadable this way. Isn't there a better way to this by bending the GNU coding style rules slightly in a different way?