eclipse - How to stop GDB from initialising memory -
i have embedded gui application debugging in eclipse. however, when launch debug, gdb spends 90 seconds writing zero's of gui memory.
is there way tell not that?
gdb spends 90 seconds writing zero's of gui memory.
you mistaken, gdb does no such thing (at least not default).
Comments
Post a Comment