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

Use Zend's GDB JIT definitions in IR #16283

Closed
wants to merge 1 commit into from
Closed

Conversation

arnaud-lb
Copy link
Member

Define IR_EXTERNAL_GDB_ENTRY so that IR will not define its own __jit_debug_descriptor and __jit_debug_register_code symbols. When these symbols are defined multiple times, GDB and the program may not use the same ones, which breaks the GDB integration.

Related: dstogov/ir#93

Define IR_EXTERNAL_GDB_ENTRY so that IR will not define its own
__jit_debug_descriptor and __jit_debug_register_code symbols. When these symbols
are defined multiple times, GDB and the program may not use the same, which
breaks the GDB integration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant