Questions tagged [gdb-python]

Questions related to GDB's Python API.

Questions related to GDB's Python API.

121 questions
0
votes
1 answer

gdb python : How to iterate through a kernel linked list inside a structure

using gdb-python script, i am trying to print data structure which includes kernel data structures and lists(e.g. struct list_head), the structure is struct my_struct { struct my_hardware_context ahw; struct net_device *netdev; struct pci_dev…
Baijnath Jaiswal
  • 377
  • 5
  • 17
1 2 3
8
9