From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27557 invoked by alias); 22 Jan 2012 16:57:08 -0000 Received: (qmail 27548 invoked by uid 22791); 22 Jan 2012 16:57:08 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from router-304.cs.umd.edu (HELO bacon.cs.umd.edu) (128.8.127.145) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Jan 2012 16:56:56 +0000 Received: from [10.61.40.39] (unknown [70.42.157.21]) (Authenticated sender: khooyp) by bacon.cs.umd.edu (Postfix) with ESMTPSA id 6617EB40888; Sun, 22 Jan 2012 11:56:52 -0500 (EST) Subject: Re: Handle SIGINT in Python Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Khoo Yit Phang In-Reply-To: Date: Sun, 22 Jan 2012 20:54:00 -0000 Cc: Tom Tromey , gdb-patches@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <5A8E3155-FBAC-4769-BDE0-8DFE93F84A90@cs.umd.edu> References: <1FE2845A-162C-48D7-A3D0-C0F2D6DFA09B@cs.umd.edu> To: Khoo Yit Phang X-CSD-MailScanner-ID: 6617EB40888.A50B3 X-CSD-MailScanner: Found to be clean X-CSD-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=not spam, ALL_TRUSTED -50.00) X-CSD-MailScanner-From: khooyp@cs.umd.edu X-CSD-MailScanner-Watermark: 1327856214.37179@hSbw8kHBZZ7zNmKH8YZmVw Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00757.txt.bz2 Hi, On Jan 22, 2012, at 11:32 AM, Khoo Yit Phang wrote: >=20 > 2. When the call stack is GDB -> Only gdb.execute is interruptible now, s= ince that's the only place I've suspended Python's interrupt handler. There= may be other Python methods that call into GDB that is slow that could use= the same treatment. Whoops, that should be "When the call stack is GDB -> Python -> GDB, ...". Yit January 22, 2012