From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67582 invoked by alias); 19 Dec 2015 02:04:56 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 67555 invoked by uid 89); 19 Dec 2015 02:04:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 19 Dec 2015 02:04:53 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Make prompt_for_continue call throw_quit directly. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <1690b6163c6546305cb5f8811d4c7348d8f435e0@gdb-build> Date: Sat, 19 Dec 2015 02:04:00 -0000 X-SW-Source: 2015-q4/txt/msg11022.txt.bz2 *** TEST RESULTS FOR COMMIT 1690b6163c6546305cb5f8811d4c7348d8f435e0 *** Author: Sandra Loosemore Branch: master Commit: 1690b6163c6546305cb5f8811d4c7348d8f435e0 Make prompt_for_continue call throw_quit directly. 2015-12-18 Sandra Loosemore gdb/ * utils.c (prompt_for_continue): Call throw_quit directly on 'q'.