mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
|
|
Simple program to show gdb's "pretty print" feature on custom data types.
|
|
In this case, two structs. One struct contains the second.
|
|
|
|
Gdb's "pretty print" will use the custom printers instead of gdb's default.
|
|
|
|
|