Implement custom operators with GDB python API

32 Views Asked by At

As an example lets say I have a linked list implemented in C. Can I use the GDB python API to implement a custom array access operator so that I can get a value from the list like myList[0] while debugging?

Have tried reading through the docs but could find nothing on it

0

There are 0 best solutions below