HomeSort by relevance Sort by last modified time
    Searched refs:type_desc (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
explore.py 401 type_desc = "struct/class"
403 type_desc = "union"
407 (expr, type_desc, str(value.type)))
413 "fields:\n" % (expr, type_desc, str(value.type)))
478 type_desc = ""
480 type_desc = "struct/class"
482 type_desc = "union"
488 (name, type_desc, str(datatype)))
491 print ("'%s' is a %s with no fields." % (name, type_desc))
497 (name, type_desc, str(datatype))
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
explore.py 401 type_desc = "struct/class"
403 type_desc = "union"
407 (expr, type_desc, str(value.type)))
413 "fields:\n" % (expr, type_desc, str(value.type)))
478 type_desc = ""
480 type_desc = "struct/class"
482 type_desc = "union"
488 (name, type_desc, str(datatype)))
491 print ("'%s' is a %s with no fields." % (name, type_desc))
497 (name, type_desc, str(datatype))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py 401 type_desc = "struct/class"
403 type_desc = "union"
407 (expr, type_desc, str(value.type)))
413 "fields:\n" % (expr, type_desc, str(value.type)))
478 type_desc = ""
480 type_desc = "struct/class"
482 type_desc = "union"
488 (name, type_desc, str(datatype)))
491 print ("'%s' is a %s with no fields." % (name, type_desc))
497 (name, type_desc, str(datatype))
    [all...]