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 breakpoints/11746] New: Be able to set breakpoints using partial source paths


Currently, if there are two files with the same name in different directories, 
one has to specify the full path name (as known to gdb) in order to distinguish 
them when setting breakpoints.  [Presumably this applies to all linespec-related 
things though.]

IWBN to be able to uniquely specify the desired file using the minimum path 
possible.

E.g. if there are source files foo/bar/x.c and foo/baz/x.c, IWBN if "break 
bar/x.c" worked.

-- 
           Summary: Be able to set breakpoints using partial source paths
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: dje at google dot com
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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