Re: returning value from dbx



I am doing some automated testing under dbx control. So from a shell
script I am invoking dbx and executing the target program. I rely on
the exit code feature to determine whether the test passed or failed.
So only if dbx exits with the exit code of the target program, I can
verify it from the shell. I know gdb allows an exit value to be
mentioned with the quit command. Is there any way that I can
acccomplish my requirement with dbx (including the plugin options)?

.