I don't know what the C++ code looks like after the compiler gets done with
it.
But...
You should be able to generate a listing from the object that includes the
underlying assembly language. I don't know how ugly the constructors and
destructors are but you should be able to figure out where they are. Then
you can see what assembly language address these routines are at and set a
breakpoint there.
the gdb syntax is .... "b *<address>"
That is an asterix.
eric
On Fri, Aug 12, 2011 at 1:45 AM, aliko <ali.tli...@gmail.com> wrote:
> 11.08.2011 15:33, Peter Bigot пишет:
> > Add -mdisable-watchdog to the mspgcc command line when the executable
> > is being linked.
> >
> > Peter
>
> Thanks it's works! :)
> And what about the second question - the breakpoint in class
> constructor? Can you suggest solution?
>
>
>
> ------------------------------------------------------------------------------
> 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
>
--
Eric B. Decker
Senior (over 50 :-) Researcher
------------------------------------------------------------------------------
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