Is there a way to execute function in process core context in GDB?
The incentive is to run a function that will go through a large tree to find a specific node. I can walk the tree manually but I would like to build a function that will help me analyze the core.
Hence either a function or "GDB script" to run over the data tree.