Home
last modified time | relevance | path

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

/tools/security/gdb/gdb_json_printer/gdb_json_printer/
Dprinters.py129 class BasicTypePrinter(JsonPrinter): class
159 json_type = BasicTypePrinter.basic_type_json_info[type_code]["type"]
160 value_func = BasicTypePrinter.basic_type_json_info[type_code]["value_func"]
360 gdb.TYPE_CODE_ENUM: BasicTypePrinter,
363 gdb.TYPE_CODE_INT: BasicTypePrinter,
364 gdb.TYPE_CODE_FLT: BasicTypePrinter,
365 gdb.TYPE_CODE_VOID: BasicTypePrinter,