From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20477 invoked by alias); 29 Aug 2012 22:14:58 -0000 Received: (qmail 20465 invoked by uid 22791); 29 Aug 2012 22:14:57 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Aug 2012 22:14:44 +0000 Received: by vbkv13 with SMTP id v13so1378337vbk.0 for ; Wed, 29 Aug 2012 15:14:43 -0700 (PDT) Received: by 10.58.247.165 with SMTP id yf5mr1980470vec.50.1346278483858; Wed, 29 Aug 2012 15:14:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.164.66 with HTTP; Wed, 29 Aug 2012 15:14:22 -0700 (PDT) In-Reply-To: References: <503B9E59.6050502@codesourcery.com> From: Mike Frysinger Date: Wed, 29 Aug 2012 22:14:00 -0000 Message-ID: Subject: Re: [RFC] New GDB Port CR16 To: Kaushik Phatak Cc: "gdb-patches@sourceware.org" , Yao Qi Content-Type: text/plain; charset=ISO-8859-1 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: 2012-08/txt/msg00854.txt.bz2 On Tue, Aug 28, 2012 at 10:45 AM, Kaushik Phatak wrote: > + switch(a) needs a space there: switch (a) > + case TRAP_BREAKPOINT: > + case SIGTRAP: /* supervisor call ? */ just one space after "case" also, the comment should have two spaces before the */: /* Supervisor call ? */ otherwise looks fine -mike