From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9915 invoked by alias); 30 Aug 2013 14:36:11 -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 9894 invoked by uid 48); 30 Aug 2013 14:36:11 -0000 From: "msaleem at codesourcery dot com" To: gdb-prs@sourceware.org Subject: [Bug server/15746] "monitor exit", then "quit" leaves gdb still running Date: Fri, 30 Aug 2013 14:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: server X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: msaleem at codesourcery dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: msaleem at codesourcery dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q3/txt/msg00295.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=15746 --- Comment #1 from Mohsan Saleem --- I am unable to create this create this bug. Kindly can you elaborate it a little more. Thanks! (In reply to dje from comment #0) > bash1$ gdbserver --multi :1234 hello > > bash2$ gdb hello > (gdb) b main > (gdb) c > (gdb) monitor exit > (gdb) quit > A debugging session is active. > > Inferior 1 [process 11749] will be killed. > > Quit anyway? (y or n) y > Remote connection closed > (gdb) pwd > Working directory /tmp. > (gdb) q > bash2$ -- You are receiving this mail because: You are on the CC list for the bug.