Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Djump.py3 def parse_linespec (linespec, frame, result): argument
23 mo = re.match("^([0-9]+)$", linespec)
35 mo = re.match("^\+([0-9]+)$", linespec)
47 mo = re.match("^\-([0-9]+)$", linespec)
59 mo = re.match("^(.*):([0-9]+)$", linespec)
68 mo = re.match("\*((0x)?([0-9a-f]+))$", linespec)
77 breakpoint = target.BreakpointCreateByName(linespec)