From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15164 invoked by alias); 12 Dec 2007 18:36:17 -0000 Received: (qmail 15156 invoked by uid 22791); 12 Dec 2007 18:36:16 -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, 12 Dec 2007 18:36:04 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J2WR4-0002jZ-FS for gdb-patches@sources.redhat.com; Wed, 12 Dec 2007 18:35:58 +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, 12 Dec 2007 18:35:58 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2007 18:35:58 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: Pending breakpoints in MI Date: Wed, 12 Dec 2007 19:21: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/msg00166.txt.bz2 Vladimir Prus wrote: > 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? PING 4? - Volodya