Lines Matching full:regex
2854 `rbreak REGEX'
2856 REGEX. This command sets an unconditional breakpoint on all
2879 `rbreak FILE:REGEX'
2887 The colon separating the filename qualifier from the regex may
10518 `rbreak REGEX'
12968 `info share REGEX'
12969 `info sharedlibrary REGEX'
12971 that match REGEX. If REGEX is omitted then print all shared
12974 `sharedlibrary REGEX'
12975 `share REGEX'
12979 after typing `run'. If REGEX is omitted all shared libraries
18703 regex = re.compile("^std::basic_string<char,.*>$")
18704 if regex.match(lookup_tag):