From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19406 invoked by alias); 7 Sep 2011 09:10:30 -0000 Received: (qmail 19393 invoked by uid 22791); 7 Sep 2011 09:10:29 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RP_MATCHES_RCVD,TW_GJ,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Sep 2011 09:10:16 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R1E99-0003j2-Oj for gdb@sourceware.org; Wed, 07 Sep 2011 02:10:15 -0700 Message-ID: <32414505.post@talk.nabble.com> Date: Wed, 07 Sep 2011 09:10:00 -0000 From: adeeshah To: gdb@sourceware.org Subject: How to check that GDB is going to make a longjmp? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: 2011-09/txt/msg00023.txt.bz2 Hi, I want to avoid the GDB's longjmp. Is there a way to check that GDB is going to make a longjmp? How can i check the contents of jmp_buf? Adeel. -- View this message in context: http://old.nabble.com/How-to-check-that-GDB-is-going-to-make-a-longjmp--tp32414505p32414505.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.