Commit graph

2 commits

Author SHA1 Message Date
Arseniy Terekhin 355fa6c35c
🚨 gdb_pretty_printer failure on basic types
name can be None, and `re.search` fails on `None`;
replaced `re` by `str.startswith` and `str.endswith`
2021-08-18 19:29:50 +03:00
Niels Lohmann 312a998873
🚸 add GDB pretty printer 2021-01-23 13:26:44 +01:00