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: [patch,7.3] Fix JIT clang-lli gdb-7.3 regression Re: [gdb-7.3] Error in gdb-llvm integration: Unable to read JIT descriptor from remote memory!


>>>>> "Paul" == Paul Pluzhnikov <ppluzhnikov@google.com> writes:

>> I have mostly reverted that part of the Paul's patch

Paul> FWIW, I don't believe reverting the patch is the right fix. Certainly
Paul> using a single global to guard against recursive invocation can not
Paul> possibly work correctly in multi-inferior GDB.

I think it is ok in this particular instance, because the global is used
to guard just the call to symbol_file_add_from_bfd.

I don't have an opinion about the other parts of the discussion.

Tom


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