Lines Matching full:pretty
5 """GDB Pretty printers and convenience functions for Go's runtime structures.
13 # - pretty printing only works for the 'native' strings. E.g. 'type
15 # circumventing the pretty print triggering.
56 # Pretty Printers
61 "Pretty print Go strings."
77 "Pretty print slices."
99 """Pretty print map[K]V types.
102 to inspect their contents with this pretty printer.
150 """Pretty print chan[T] types.
153 to inspect their contents with this pretty printer.
274 """Pretty print interface values