public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Getting to the source for a given C++ object
@ 2005-08-10 17:17 Alex Bennee
  2005-08-10 20:35 ` Jason Molenda
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Bennee @ 2005-08-10 17:17 UTC (permalink / raw)
  To: gdb

Hi,

I'm currently trying to debug a C++ program that makes heavy use of
templates and derived classes. Is there an easy way to get to the actual
code for a given class pointer?

At the moment if I look at the class pointer it gives me the template
instantiation which I can work it out from but as most of the parameters
are #define's is a rather labour intensive operation.

e.g.

(gdb) p currNode
$8 = (Operation<(ExpressionType)45, 0, 1, RegisterID, (ResultType)2> *)
0x3834a3d0


--
Alex, homepage: http://www.bennee.com/~alex/
Spirtle, n.: The fine stream from a grapefruit that always lands right
in your eye. -- Sniglets, "Rich Hall & Friends"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-11  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-10 17:17 Getting to the source for a given C++ object Alex Bennee
2005-08-10 20:35 ` Jason Molenda
2005-08-11  9:27   ` Alex Bennee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).