• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
GDB and c++ template class
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GDB and c++ template class


  • Subject: GDB and c++ template class
  • From: Luis E Flores <email@hidden>
  • Date: Sat, 30 Oct 2004 17:11:51 -0400

Hello, I am doing some c++ List class project. At the time of troubleshooting I use gdb and break points. I am able to stop at the break point and look at the data pointed by the List pointer. I do this by using the arrow next to the List pointer, this rocks !!.

The problem that i have is that if the class get template(template<class T>) I can't follow the pointer any more. The little arrow does not appear anymore and it just show me the hex value of the pointer. It also classified the type as a struct, for example; if the class is not template the arrow appear and the type is Node *, in the other hand, if the class is template, the arrow disappear, I get just the hex value of the pointer and the type change to struct Node<int> *

any ideas?

thanks

-luis

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Code optimisation always -0s
  • Next by Date: Xcode and CVS: "SCM Unavailable"
  • Previous by thread: Grouping .h files?
  • Next by thread: Xcode and CVS: "SCM Unavailable"
  • Index(es):
    • Date
    • Thread