From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3606 invoked by alias); 1 May 2004 10:01:29 -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 3599 invoked from network); 1 May 2004 10:01:28 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sources.redhat.com with SMTP; 1 May 2004 10:01:28 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i41A1RjF000383 for ; Sat, 1 May 2004 12:01:27 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i41A1RHs000605 for ; Sat, 1 May 2004 12:01:27 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i41A1PpL000602; Sat, 1 May 2004 12:01:25 +0200 (CEST) Date: Sat, 01 May 2004 10:01:00 -0000 Message-Id: <200405011001.i41A1PpL000602@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [RFC] Capitalization of complaints X-SW-Source: 2004-05/txt/msg00011.txt.bz2 We're a bit inconsistent here. Some complaints start with a capital, while the (small) majority of complaints doesn't. I think the strings shouldn't start with a capital, since in: During symbol reading, Incomplete CFI data; unspecified registers at 0x0000000000400790. The capital after the comma looks wierd to me. Anyway I think that we should make things a bit more uniform. If you folks let me do that, I'll promise to document the complaint interface in gdbint.texi. Mark