By the way? how to setup breakpoint on constructor?
For example my class AIOGraph has one constructor.
If I write on gdb prompt AIOGraph:: and press TAB the names of member 
functions are suggested but not constructor and if I explicitly write 
AIOGraph::AIOGraph then error is shown that class AIOGraph does not have 
any method named AIOGraph

Thanks in advance!

11.08.2011 13:36, aliko пишет:
> It seems that my controller is getting reseted by a watchdog during
> initialization of variables and calling of C++ constructors. I had have
> a similar problem in IAR and to solve it I've redefined
> __low_level_init() function. But I haven't found one in msp430gcc.
> Any suggestions?
>
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it.
> http://p.sf.net/sfu/wandisco-dev2dev



------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to