From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26345 invoked by alias); 29 Jul 2012 18:02:00 -0000 Received: (qmail 26336 invoked by uid 22791); 29 Jul 2012 18:01:59 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SARE_HEAD_8BIT_SPAM,SARE_SUB_ENC_UTF8x2 X-Spam-Check-By: sourceware.org Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Jul 2012 18:01:46 +0000 Received: by wibhq4 with SMTP id hq4so906547wib.12 for ; Sun, 29 Jul 2012 11:01:44 -0700 (PDT) Received: by 10.180.74.33 with SMTP id q1mr36622596wiv.4.1343584904880; Sun, 29 Jul 2012 11:01:44 -0700 (PDT) Received: from localhost (89-70-245-0.dynamic.chello.pl. [89.70.245.0]) by mx.google.com with ESMTPS id ep14sm18516324wid.0.2012.07.29.11.01.43 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2012 11:01:44 -0700 (PDT) Date: Sun, 29 Jul 2012 18:02:00 -0000 From: wempwer@gmail.com To: gdb@sourceware.org Subject: Why does gdb stop at a =?utf-8?Q?different?= =?utf-8?Q?_line_than_=E2=80=9Ci_b?= =?utf-8?B?4oCd?= shows while returning from function? Message-ID: <20120729185452.GB2732@a.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2012-07/txt/msg00081.txt.bz2 Here is the program I am trying to debug: #include int i = 5; int main(void) { int x = 3; display(x); return 0; } void display(int x) { for ( i=0; i