HomeSort by: relevance | last modified time | path
    Searched refs:_regex (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-strfns.exp 43 gdb_test {p $_regex (str1, "Hello")} " = 1"
44 gdb_test {p $_regex (str1, "Help")} " = 0"
45 gdb_test {p $_regex (str1, "^Hello")} " = 1"
46 gdb_test {p $_regex (str1, "^Hello.$")} " = 1"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-strfns.exp 43 gdb_test {p $_regex (str1, "Hello")} " = 1"
44 gdb_test {p $_regex (str1, "Help")} " = 0"
45 gdb_test {p $_regex (str1, "^Hello")} " = 1"
46 gdb_test {p $_regex (str1, "^Hello.$")} " = 1"
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/function/
strfns.py 17 """$_memeq, $_strlen, $_streq, $_regex"""
83 class _RegEx(gdb.Function):
84 """$_regex - check if a string matches a regular expression.
86 Usage: $_regex (STRING, REGEX)
93 super(_RegEx, self).__init__("_regex")
105 _RegEx()
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/function/
strfns.py 17 """$_memeq, $_strlen, $_streq, $_regex"""
83 class _RegEx(gdb.Function):
84 """$_regex - check if a string matches a regular expression.
86 Usage: $_regex (STRING, REGEX)
93 super(_RegEx, self).__init__("_regex")
105 _RegEx()
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
default.exp 703 {$_regex = <internal function _regex>} \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
default.exp 778 {$_regex = <internal function _regex>} \

Completed in 17 milliseconds