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

Fixing debugger command CMD_TYPE_IS_INITIALIZED for il2cpp #800

Merged
1 commit merged into from
Jan 17, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jan 17, 2018

Changing the CMD_TYPE_IS_INITIALIZED command for the il2cpp case in
the debugger agent to use the klass instead of the vtable. The local
vtable variable in this case points to the actual IL2CPP vtable and
will not have the "initialized" bit we are looking for.

the debugger agent to use the klass instead of the vtable.  The local
vtable variable in this case points to the actual IL2CPP vtable and
will not have the "initialized" bit we are looking for.
@ghost ghost requested review from joshpeterson and joncham January 17, 2018 16:22
@ghost ghost merged commit 4d85d0e into unity-master Jan 17, 2018
@ghost ghost deleted the il2cpp-debugger-type-is-initialized-fix branch January 17, 2018 16:24
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants