Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Getting exit value.

Put some code in to get the return value:

gdb usually returns:
 *stopped,reaso="exited",exit-code="04"

The exit-code is parse() in mi.core.event.MIInferiorExitEvent.java
and given when the UI ask for it(see mi.core.cdi.ExitInfo.java)

-- 



Back to the top