This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug mi/11541] fail on linespace with path containing a colon usingMI


http://sourceware.org/bugzilla/show_bug.cgi?id=11541

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-03-20
                 CC|                            |keiths at redhat dot com
         AssignedTo|unassigned at sourceware    |keiths at redhat dot com
                   |dot org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Keith Seitz <keiths at redhat dot com> 2012-03-20 22:19:26 UTC ---
This should be fixed by the pending linespec rewrite. Because of the existence
of the single colon in the filename, the filename must be quoted:

(gdb) 
-break-insert -f -i 0 "'/home/keiths/tmp/stu: pid dir/test.c':3"
^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="0x000000000040047b",func="foo",file="test.c",fullname="/home/keiths/tmp/stu:
pid dir/test.c",line="3",times="0",original-location="/home/keiths/tmp/stu: pid
dir/test.c:3"}

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]