From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16994 invoked by alias); 19 Dec 2013 07:55:40 -0000 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 Received: (qmail 16985 invoked by uid 89); 19 Dec 2013 07:55:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f181.google.com Received: from mail-pd0-f181.google.com (HELO mail-pd0-f181.google.com) (209.85.192.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 19 Dec 2013 07:55:38 +0000 Received: by mail-pd0-f181.google.com with SMTP id p10so775787pdj.26 for ; Wed, 18 Dec 2013 23:55:36 -0800 (PST) X-Received: by 10.68.0.35 with SMTP id 3mr158418pbb.52.1387439736800; Wed, 18 Dec 2013 23:55:36 -0800 (PST) Received: from [192.168.1.105] ([120.199.57.179]) by mx.google.com with ESMTPSA id tu6sm5098770pbc.41.2013.12.18.23.55.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Dec 2013 23:55:35 -0800 (PST) Message-ID: <52B2A623.2070009@gmail.com> Date: Thu, 19 Dec 2013 07:55:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: GDB Development Subject: document issue about GDB/MI output syntax Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-12/txt/msg00058.txt.bz2 Hi, I just found in this page: https://sourceware.org/gdb/current/onlinedocs/gdb/GDB_002fMI-Output-Syntax.html#GDB_002fMI-Output-Syntax The syntax is not correct: console-stream-output ==> "~" c-string target-stream-output ==> "@" c-string log-stream-output ==> "&" c-string It should be: console-stream-output ==> "~" c-string nl target-stream-output ==> "@" c-string nl log-stream-output ==> "&" c-string nl There is a "nl" missing in those stream-record, right? Thanks Yuanhui Zhang