Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Doubt in understanding miSession

Hi ,

I have some doubt in understanding the following code in the debugger and
debug launch code.

target.getMISession().start();

What does this start actually do ? Because the code works fine even without
this code.

target.getMISession().getMIInferior().setSuspended()


Moreover I am bit confused that setSuspended() can be called on both the
target and the session...
So, which one should be called when ?

Also, target.getMISession().getMIInferior().update() .. What is the purpose
of this code ?


Thanks & Regards,
        - Nayna Jain



Back to the top