Bug 22198 - Allow skip -gfi globs to match directories recursively
Summary: Allow skip -gfi globs to match directories recursively
Status: UNCONFIRMED
Alias: None
Product: gdb
Classification: Unclassified
Component: breakpoints (show other bugs)
Version: 7.11.1
: P2 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-24 13:06 UTC by Ciro Santilli
Modified: 2020-07-21 19:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ciro Santilli 2017-09-24 13:06:42 UTC
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.