GCC Middle and Back End API Reference
|
Public Member Functions | |
__init__ (self, regex, name, class_) | |
handles_type (self, str_type) | |
Data Fields | |
regex = re.compile(regex) | |
A GdbSubprinter that handles types that match a regex
gdbhooks.GdbSubprinterRegex.__init__ | ( | self, | |
regex, | |||
name, | |||
class_ ) |
Reimplemented from gdbhooks.GdbSubprinter.
References gdbhooks.GdbSubprinterRegex.__init__().
Referenced by gdbhooks.GdbSubprinterRegex.__init__().
gdbhooks.GdbSubprinterRegex.handles_type | ( | self, | |
str_type ) |
Reimplemented from gdbhooks.GdbSubprinter.
References fnfilter.regex, and gdbhooks.GdbSubprinterRegex.regex.
gdbhooks.GdbSubprinterRegex.regex = re.compile(regex) |
Referenced by gdbhooks.GdbSubprinterRegex.handles_type().