From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24041 invoked by alias); 12 Feb 2009 21:49:02 -0000 Received: (qmail 24025 invoked by uid 22791); 12 Feb 2009 21:49:00 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f161.google.com (HELO mail-bw0-f161.google.com) (209.85.218.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Feb 2009 21:48:52 +0000 Received: by bwz5 with SMTP id 5so1439741bwz.0 for ; Thu, 12 Feb 2009 13:48:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.175.9 with SMTP id c9mr692846mup.3.1234475329040; Thu, 12 Feb 2009 13:48:49 -0800 (PST) In-Reply-To: <578d90ee0902121333q1f064524u5b9be257b734df68@mail.gmail.com> References: <578d90ee0902121102h75129e60xec5aae8a15820b08@mail.gmail.com> <499473D7.9020603@adacore.com> <578d90ee0902121323s30299358y326cb7776ec7f3be@mail.gmail.com> <578d90ee0902121333q1f064524u5b9be257b734df68@mail.gmail.com> Date: Thu, 12 Feb 2009 21:49:00 -0000 Message-ID: <578d90ee0902121348u1e2adffexf142774e9ae6a6c3@mail.gmail.com> Subject: Re: Problem setting a breakpoint at a location containing spaces (using MI) From: Francois Chouinard To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2009-02/txt/msg00106.txt.bz2 On Thu, Feb 12, 2009 at 4:33 PM, Francois Chouinard wrote: > So, short of wrapping the corresponding CLI command, is there a way to > stick to MI and set such a breakpoint? > I guess I wasn't too clear. I am working on the DSF-GDB integration of the Eclipse CDT and our preferred way to interact with gdb is through MI. Unfortunately, odds are that, out there, a user will try to set such a breakpoint (with space in directory/source file name). Is there a way to achieve this with MI? If so, I would appreciate if someone could indicate how. If not, then it's just a protocol limitation and I will try to provide a useful message (or wrap the CLI command). Thanks, /fc