Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem placing breakpoints using GDB 6.7: (4 Items)
   
Problem placing breakpoints using GDB 6.7  
When trying to place breakpoints in GDB 6.7 i'm getting a message saying 'GDB does not support pointers to methods on 
this target'. This seems to occur when placing breakpoints on C++ member functions. A breakpoint on main() works fine.

Has anyone seen this before?

Thanks
RE: Problem placing breakpoints using GDB 6.7  
Are you using gdb6.7 downloaded from Foundry 27?

Could you create a small sample code that demonstrates the problem?

Thanks,

Aleksandar

> -----Original Message-----
> From: Keith Weatherly [mailto:kweatherly@google.com]
> Sent: December 17, 2007 9:07 PM
> To: general-toolchain
> Subject: Problem placing breakpoints using GDB 6.7
> 
> When trying to place breakpoints in GDB 6.7 i'm getting a message saying
> 'GDB does not support pointers to methods on this target'. This seems to
> occur when placing breakpoints on C++ member functions. A breakpoint on
> main() works fine.
> 
> Has anyone seen this before?
> 
> Thanks
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post3858
Re: RE: Problem placing breakpoints using GDB 6.7  
Aleksandar,

Yes we're using the latest gdb6.7 from Foundry 27. I have not yet been
able to create a small test case. A simple hello world type application
works fine. It seems to only be an issue with our larger complex projects.
I will continue to try and create a test case.

Thanks,

-Keith

> Are you using gdb6.7 downloaded from Foundry 27?
> 
> Could you create a small sample code that demonstrates the problem?
> 
> Thanks,
> 
> Aleksandar
> 
> > -----Original Message-----
> > From: Keith Weatherly [mailto:kweatherly@google.com]
> > Sent: December 17, 2007 9:07 PM
> > To: general-toolchain
> > Subject: Problem placing breakpoints using GDB 6.7
> > 
> > When trying to place breakpoints in GDB 6.7 i'm getting a message saying
> > 'GDB does not support pointers to methods on this target'. This seems to
> > occur when placing breakpoints on C++ member functions. A breakpoint on
> > main() works fine.
> > 
> > Has anyone seen this before?
> > 
> > Thanks
> > 
> > 
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post3858


Re: RE: Problem placing breakpoints using GDB 6.7  
This problem has been resolved with the latest version of GDB 6.7 from QNX. Thanks!