Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggers.py20 from dex.utils.Exceptions import ToolArgumentError
129 raise ToolArgumentError('<d>could not find</> <r>"{}"</>'.format(
152 …raise ToolArgumentError(f'<d>--source-root-dir: expected absolute path, got</> <r>"{options.source…
154 …raise ToolArgumentError(f'<d>--source-root-dir: could not find directory</> <r>"{options.source_ro…
158 … raise ToolArgumentError(f'<d>--debugger-relative-paths</> <r>requires --source-root-dir</>')
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DTestToolBase.py21 from dex.utils.Exceptions import Error, ToolArgumentError
72 except ToolArgumentError as e:
77 except ToolArgumentError as e:
H A DMain.py20 from dex.utils.Exceptions import Error, ToolArgumentError
157 except ToolArgumentError as e:
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DExceptions.py65 class ToolArgumentError(Dexception): class