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