From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13541 invoked by alias); 16 Mar 2017 12:53:49 -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 13528 invoked by uid 89); 16 Mar 2017 12:53:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*tom, line-by-line, Tromey, linebyline X-HELO: gproxy2-pub.mail.unifiedlayer.com Received: from gproxy2-pub.mail.unifiedlayer.com (HELO gproxy2-pub.mail.unifiedlayer.com) (69.89.18.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Thu, 16 Mar 2017 12:53:47 +0000 Received: (qmail 16050 invoked by uid 0); 16 Mar 2017 12:53:46 -0000 Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy2.mail.unifiedlayer.com with SMTP; 16 Mar 2017 12:53:46 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by cmgw3 with id wctj1u00S2f2jeq01ctmZA; Thu, 16 Mar 2017 06:53:46 -0600 X-Authority-Analysis: v=2.1 cv=WOnsABcR c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=6Iz7jQTuP9IA:10 a=zstS-IiYAAAA:8 a=C_KTzZsAyKOt5q0ATmUA:9 a=zWaW5vVMe4oA:10 a=FeVyTpuETfYA:10 a=4G6NA9xxw8l3yy4pmD5M:22 Received: from [89.202.203.52] (port=13555 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1coUuU-0001K4-OD; Thu, 16 Mar 2017 06:53:43 -0600 From: Tom Tromey To: Tom Tromey Cc: Juraj =?utf-8?B?T3LFoXVsacSH?= , Subject: Re: "continue" in breakpoint commands breaks line-by-line stepping References: <871stx8upa.fsf@pokyo> Date: Thu, 16 Mar 2017 12:53:00 -0000 In-Reply-To: <871stx8upa.fsf@pokyo> (Tom Tromey's message of "Thu, 16 Mar 2017 09:57:53 +0100") Message-ID: <87tw6t757x.fsf@pokyo> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1coUuU-0001K4-OD X-Source-Sender: (pokyo) [89.202.203.52]:13555 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2017-03/txt/msg00023.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> but instead: Tom> b x if y = 73, 1 Actually I meant ",0" here and didn't realize that it was backward before sending. Tom