Let's print the entire list to see where it breaks the next file -- do next commands in gdb:

  fame 0
  set var $it = cell->vars
  while $it
    p *$it
    set var $it = $it->next
  end

The relevant output should appear after last end is entered.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.