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/22198] New: Allow skip -gfi globs to match directories recursively


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

            Bug ID: 22198
           Summary: Allow skip -gfi globs to match directories recursively
           Product: gdb
           Version: 7.11.1
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: ciro.santilli at gmail dot com
  Target Milestone: ---

E.g., I'd like to do:

    skip -gfi /usr/include/c++/**/*.h

to skip all C++ standard library files, in particular entering unique_ptr.

The ** part does not work.

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