From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18669 invoked by alias); 23 Apr 2013 07:25:35 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 18641 invoked by uid 48); 23 Apr 2013 07:25:34 -0000 From: "teawater at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/15075] dprintf inteferes with "next" Date: Tue, 23 Apr 2013 07:25:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: teawater at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: qiyao at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00129.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15075 teawater changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teawater at gmail dot com --- Comment #6 from teawater 2013-04-23 07:25:34 UTC --- (gdb) b 6 Breakpoint 1 at 0x4004c3: file 3.c, line 6. (gdb) commands Type commands for breakpoint(s) 1, one per line. End with a line saying just "end". >continue >end (gdb) start Temporary breakpoint 2 at 0x4004b8: file 3.c, line 3. Starting program: /home/teawater/gdb/bgdbno/gdb/a.out Temporary breakpoint 2, main () at 3.c:3 3 int x = 5; (gdb) n 5 ++x; (gdb) n Breakpoint 1, main () at 3.c:6 6 ++x; [Inferior 1 (process 17056) exited normally] -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.