Continuously update watchpoint while traversing linked list gdb

前端 未结 0 1864
深忆病人
深忆病人 2021-01-13 00:17

Lets say I have the following simplified code to loop through a linked list. Each node has a data pointer and next pointer.

1 while (pNode->next != NULL)
2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题