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 cli/12706] New: Cannot set breakpoint using path with ':'


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

           Summary: Cannot set breakpoint using path with ':'
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
        AssignedTo: unassigned@sourceware.org
        ReportedBy: fuscated@gmail.com


Created attachment 5688
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5688
main::test.cpp

To reproduce the bug save file as "main::test.cpp"

Then execute:
> g++ -g main\:\:test.cpp -o main
> gdb ./main
(gdb) break  "main::test.cpp":7
Can't find member of namespace, class, struct, or union named
"main::test.cpp":7"
Hint: try 'main::test.cpp":7<TAB> or 'main::test.cpp":7<ESC-?>
(Note leading single quote.)
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb)

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