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 gdb/15990] linespecs of the form *EXPR fail when EXPR contains a path with a ':'


https://sourceware.org/bugzilla/show_bug.cgi?id=15990

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keiths at redhat dot com

--- Comment #1 from Keith Seitz <keiths at redhat dot com> ---
The non-quote-enclosed case (break *'z:file.c'::func) is fixed by my explicit
locations patchset, where the '*' case is effectively done instead of linespec
parsing. Not altogether unlike your pre-lexing suggestion.

The quote-enclosed case is still broken, though.

-- 
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]