HomeSort by: relevance | last modified time | path
    Searched refs:TypeError (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
unwinder.py 40 raise TypeError("incorrect type for name: %s" % type(name))
56 raise TypeError("incorrect type for enabled attribute: %s" % type(value))
117 TypeError: Bad locus type
129 raise TypeError("locus should be gdb.Objfile or gdb.Progspace or None")
missing_files.py 108 TypeError: name is not a string.
113 raise TypeError("incorrect type for name: %s" % type(name))
131 raise TypeError("incorrect type for enabled attribute: %s" % type(value))
158 TypeError: Bad locus type.
177 raise TypeError("locus should be gdb.Progspace or None")
xmethod.py 215 return TypeError("Xmethod matcher is missing method: match")
217 return TypeError("Xmethod matcher is missing attribute: name")
219 return TypeError("Xmethod matcher is missing attribute: enabled")
221 return TypeError("Attribute 'name' of xmethod matcher is not a " "string")
types.py 57 TypeError: The type is not a struct or union.
62 raise TypeError("not a struct or union")
84 TypeError: The type is not an enum.
88 raise TypeError("not an enum type")
ptwrite.py 54 raise TypeError("The filter factory must be callable or 'None'.")
disassembler.py 73 raise TypeError("disassembler should sub-class gdb.disassembler.Disassembler")
printing.py 93 TypeError: A problem with the type of the printer.
108 raise TypeError("printer missing attribute: name")
110 raise TypeError("printer missing attribute: enabled")
112 raise TypeError("printer missing attribute: __call__")
132 raise TypeError("printer name is not a string")
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
missing_debug.py 79 TypeError: name is not a string.
84 raise TypeError("incorrect type for name: %s" % type(name))
102 raise TypeError("incorrect type for enabled attribute: %s" % type(value))
147 TypeError: Bad locus type.
161 raise TypeError("locus should be gdb.Progspace or None")
unwinder.py 40 raise TypeError("incorrect type for name: %s" % type(name))
56 raise TypeError("incorrect type for enabled attribute: %s" % type(value))
117 TypeError: Bad locus type
129 raise TypeError("locus should be gdb.Objfile or gdb.Progspace or None")
xmethod.py 215 return TypeError("Xmethod matcher is missing method: match")
217 return TypeError("Xmethod matcher is missing attribute: name")
219 return TypeError("Xmethod matcher is missing attribute: enabled")
221 return TypeError("Attribute 'name' of xmethod matcher is not a " "string")
types.py 57 TypeError: The type is not a struct or union.
62 raise TypeError("not a struct or union")
84 TypeError: The type is not an enum.
88 raise TypeError("not an enum type")
printing.py 93 TypeError: A problem with the type of the printer.
108 raise TypeError("printer missing attribute: name")
110 raise TypeError("printer missing attribute: enabled")
112 raise TypeError("printer missing attribute: __call__")
132 raise TypeError("printer name is not a string")
disassembler.py 73 raise TypeError("disassembler should sub-class gdb.disassembler.Disassembler")
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
typecheck.py 50 raise TypeError("unsupported type variable '" + str(typevar) + "'")
79 raise TypeError(
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
typecheck.py 50 raise TypeError("unsupported type variable '" + str(typevar) + "'")
79 raise TypeError(
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
type_check.py 25 # a TypeError was not seen.
29 except TypeError:
31 raise RuntimeError("function failed to throw TypeError")
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
type_check.py 25 # a TypeError was not seen.
29 except TypeError:
31 raise RuntimeError("function failed to throw TypeError")
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
Test.py 111 except TypeError:
175 raise TypeError("unexpected metric value: %r" % (value,))
192 raise TypeError("unexpected MicroResult value %r" % (microResult,))
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
query.py 98 except TypeError as e:
text.py 28 raise TypeError("only string and re.Pattern allowed")
  /src/external/bsd/file/dist/python/
magic.py 145 except TypeError:
156 except TypeError:
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/
compiler.py 118 raise TypeError('source_files must be a string or list')
200 raise TypeError('This function only accepts a single input file')
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-missing-debug.exp 165 foreach_with_prefix exception_type {gdb.GdbError TypeError} {
py-missing-objfile.exp 274 foreach_with_prefix exception_type {gdb.GdbError TypeError} {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-missing-debug.exp 164 foreach_with_prefix exception_type {gdb.GdbError TypeError} {

Completed in 49 milliseconds

1 2 3