Pretty print builtin types for Odin lang
- string
- union
- dynamic array
- map
- slice
- endian specific integer
- endian specific float
- vector and matrix
- complex and quaternion
- rune
- typeid
- any
Add the following to your .gdbinit config
source <path to odin_pp.py>
Not all types has been implemented yet
Currently I have not made any public API available to integrate user defined types (especially union)
Parse odin types to detect unions and underlying distinct type.