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

Default GDB Listener to on when running under RR #56633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vchuravy
Copy link
Member

We already default to on for the GDB event listener when running a debug build,
but it is likely (and beneficial) that the user will want the GDB listner, even on a release build
if they are recording Julia. Setting ENABLE_GDBLISTENER=0 will still disable it.

@vchuravy vchuravy requested a review from Keno November 21, 2024 10:02
@giordano giordano added the compiler:codegen Generation of LLVM IR and native code label Nov 21, 2024
@Keno
Copy link
Member

Keno commented Nov 21, 2024

Seems reasonable to me, although gdb does get confused about the mix of rr+gdb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants