This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Add interface for registering JITed code


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Reid> +  if (jit_descriptor_addr != 0)
Reid> +    return;

Tom> This approach won't work if you have address space randomization enabled
Tom> and you re-run the inferior.

Oh, never mind.  I missed the assignment that resets this when the
inferior exits.

I'll take another look at the patch soon.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]