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

Change the setup so that rust_activate_glue returns to rust_exit_task_glu #348

Closed
wants to merge 2 commits into from
Closed

Commits on May 4, 2011

  1. Change the setup so that rust_activate_glue returns to rust_exit_task…

    …_glue
    
    and rust_exit_task_glue calls the rust main.
    
    This is simpler since we only need to setup one frame. It also matches
    what ld.so does, so gdb is happy and stops a backtrace at rust_exit_task_glue
    instead of continuing past whatever function happened to be before
    rust_exit_task_glue is the object file.
    cixtor committed May 4, 2011
    Configuration menu
    Copy the full SHA
    0f43b22 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2011

  1. Configuration menu
    Copy the full SHA
    5082c0c View commit details
    Browse the repository at this point in the history