From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13838 invoked by alias); 15 Apr 2008 16:25:56 -0000 Received: (qmail 13827 invoked by uid 22791); 15 Apr 2008 16:25:54 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Apr 2008 16:25:33 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m3FGLSrh028611; Tue, 15 Apr 2008 12:21:28 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m3FGLRw2017045; Tue, 15 Apr 2008 12:21:27 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m3FGLPJq030734; Tue, 15 Apr 2008 12:21:26 -0400 Message-ID: <4804D4F1.8020409@redhat.com> Date: Tue, 15 Apr 2008 16:25:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: "manav.sharma" CC: insight@sourceware.org Subject: Re: Conditional Breakpoint References: <16698043.post@talk.nabble.com> In-Reply-To: <16698043.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00034.txt.bz2 manav.sharma wrote: > I was wondering if insight offers the ability to put 'Conditional > Breakpoints' This can only be accomplished via the console window and standard gdb syntax. Use "info break" to get the breakpoint number for your breakpoint, then use the "condition" command to set the condition (type "help condition" for more information on using the breakpoint condition command). Keith