Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for passing Exit Return code from Target to Host #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 20, 2023

  1. Add support for a return code in the exit() syscall

    The return code passed to exit() on the target will be
    transfered to the host and used as the exit code for the
    host application.
    cepawiel committed May 20, 2023
    Configuration menu
    Copy the full SHA
    b40f050 View commit details
    Browse the repository at this point in the history
  2. Fix host tool return codes

    Sometimes the tool would return a success code when an error
    had occured. This change makes it so that invalid flags and other
    errors return -1 to indicate failure.
    cepawiel committed May 20, 2023
    Configuration menu
    Copy the full SHA
    f53a69d View commit details
    Browse the repository at this point in the history