¡@

Home 

python Programming Glossary: pdev

gdb-python : Parsing structure's each field and print them with proper value, if exists

http://stackoverflow.com/questions/16787289/gdb-python-parsing-structures-each-field-and-print-them-with-proper-value-if

ahw struct net_device netdev struct pci_dev pdev struct list_head mac_list .... .... i am using following API.. and list e.g. struct net_device netdev struct pci_dev pdev struct list_head mac_list automatically only address is printed.. address is printed . So how to print the content of netdev pdev and mac_list using gdb python script EDITED to make my question..