Skip to content

Commit

Permalink
etc: TODOs for future extensions of pretty printer.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Apr 7, 2024
1 parent 6a234ef commit e79a403
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/gdb_pretty/printers.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,9 @@ def children(self):
"""
yield ('time', self.__val['time'])
yield ('value', self.__val['value'])

# TODO: curve types
# TODO: coord types
# TODO: pathfinding types
# TODO: input event codes
# TODO: eigen types https://github.com/dmillard/eigengdb

0 comments on commit e79a403

Please sign in to comment.