From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18664 invoked by alias); 9 Mar 2011 14:03:54 -0000 Received: (qmail 18656 invoked by uid 22791); 9 Mar 2011 14:03:54 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Mar 2011 14:03:48 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LHS00900MXHH100@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 09 Mar 2011 16:03:45 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.58.59]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LHS009C2N27D250@a-mtaout23.012.net.il>; Wed, 09 Mar 2011 16:03:45 +0200 (IST) Date: Wed, 09 Mar 2011 14:22:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Add support for hooking prefix commands In-reply-to: <4D7786A1.8020806@gmail.com> To: Sorin Otescu Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fwqwpf0f.fsf@gnu.org> References: <4D776143.4000200@gmail.com> <83oc5kpivg.fsf@gnu.org> <4D777894.5040204@gmail.com> <83k4g8pg4x.fsf@gnu.org> <4D7786A1.8020806@gmail.com> 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: 2011-03/txt/msg00599.txt.bz2 > Date: Wed, 09 Mar 2011 15:54:41 +0200 > From: Sorin Otescu > > > Are you saying that 7.2 already supports this feature? Or are you > > saying that it's documented there, but doesn't work? > > > It's documented there, but I can't test it ATM, because I'm using a gdb > from a toolchain and it's not > easy for me to switch to 7.2. Maybe somebody can shed a light on the issue. I just tried this (with "info breakpoints") in GDB 7.2, and it worked for me. So I think you should upgrade when you can, and then you will have this feature.