Home
last modified time | relevance | path

Searched refs:sect_info_regex (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py160 sect_info_regex = re.compile('(?P<name>[^=]+)=(?P<range>.*)') variable in Section
187 match = self.sect_info_regex.match(s)