Home
last modified time | relevance | path

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

/scripts/gdb/linux/
Dsymbols.py64 module_paths = [] variable in LxSymbols
76 for path in self.module_paths:
167 self.module_paths = [os.path.expanduser(p) for p in arg.split()]
168 self.module_paths.append(os.getcwd())