Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbx - where "this" pointer stored?

807575Jan 12 2005 — edited Jan 13 2005
Hi,

I'm trying to analyse crash that occurred in a member method of an object.
I read in an article that the first input register contains the this pointer but for this particular call the first input register contains 0x0. The method in question is definitely not static but it is declared virtual in its parent class. Does the fact that a method is declared virtual makes a difference in where the this pointer is store?

In the parent class, the method is declared as

virtual void methodA()

in the child class declared as

void methodA();

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2005
Added on Jan 12 2005
3 comments
126 views