From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3736 invoked by alias); 5 Sep 2019 12:42:58 -0000 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 Received: (qmail 3728 invoked by uid 89); 5 Sep 2019 12:42:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Sep 2019 12:42:57 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id F314EB634; Thu, 5 Sep 2019 12:42:53 +0000 (UTC) Subject: Re: [PATCH][gdb/testsuite] Restore breakpoint command in ui-redirect.exp To: Pedro Alves , Jan Kratochvil Cc: "gdb-patches@sourceware.org" , Alan Hayward , Andrew Burgess References: <3150ecd9-9221-4360-6a16-563b3c5ef1ab@suse.de> <20190904114855.GA13625@host1.jankratochvil.net> <506eb7aa-4385-e2a2-736f-0c1adb251d61@suse.de> <9e85b162-5b21-9eff-eebb-b51b60194599@redhat.com> From: Tom de Vries Openpgp: preference=signencrypt Message-ID: <520e8fb4-68d1-d1a0-df96-f2bbc7a2970f@suse.de> Date: Thu, 05 Sep 2019 12:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <9e85b162-5b21-9eff-eebb-b51b60194599@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00054.txt.bz2 On 05-09-19 14:19, Pedro Alves wrote: > On 9/5/19 8:34 AM, Tom de Vries wrote: > >> +set cmds \ >> + [list \ >> + "break main" \ >> + " commands" \ >> + " print 1" \ >> + " end" \ >> + "break foo" \ >> + "break bar"] >> +set cmds [join $cmds "\n"] > > Use multi_line_input ? > >> +# Compare contents of FILE to string STR. Pass with MSG if equal, otherwise >> +# fail with MSG. > > Double space after period. > Thanks for the review. Committed with these two review remarks fixed. Thanks, - Tom