From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22674 invoked by alias); 5 Dec 2007 14:26:55 -0000 Received: (qmail 22666 invoked by uid 22791); 5 Dec 2007 14:26:55 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Dec 2007 14:26:48 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IzvD1-0004uC-VT for gdb-patches@sources.redhat.com; Wed, 05 Dec 2007 14:26:43 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2007 14:26:43 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2007 14:26:43 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: Pending breakpoints in MI Date: Wed, 05 Dec 2007 14:40:00 -0000 Message-ID: References: <200711081412.14452.ghost@cs.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.4 X-IsSubscribed: yes 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: 2007-12/txt/msg00082.txt.bz2 Vladimir Prus wrote: > Vladimir Prus wrote: > >> Vladimir Prus wrote: >> >>> >>> At the moment, it's not possible to set pending breakpoint >>> via MI. This patch fixed it. Now if one does >>> >>> -break-insert -f symbol_in_shared_lib >>> >>> GDB will create a pending breakpoint if symbol_in_shared_lib >>> is not yet seen. The -f stands for "future". We can't use -p >>> since that grabbed by thread option (which cannot be -t since that's >>> grabbed by temporary option). Apple branch uses -f as well, >>> as we might as well be compatible (even if the code is completely >>> different). >>> >>> OK? >> >> PING? > > PING 2? PING 3? - Volodya