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: [RFC v2] fix regressions with target-async


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> Looks like a nice solution to me.  I'm happy to see the
Pedro> find_default_...  default methods disappear.

FAOD there is still find_default_supports_disable_randomization.
I think this is fixable, but it wasn't related to the bug at hand.

Pedro> But this looks bogus to me -- it's only reachable if you already
Pedro> have the target pushed because you're debugging a threaded core,
Pedro> and then do "attach"...

Now that there's a public AIX box I suppose I have no excuse.  I'll give
it a try and see what happens.  If it fails then I think we'll need some
explicit field on the target rather than trying to deduce properties of
the target based on whether it implements some methods.

Tom


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