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] remove using_exec_ops global


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

Tom> This removes the using_exec_ops global from exec.c, in favor of
Tom> querying the target stack directly using target_is_pushed.  This is
Tom> more in keeping with other code in gdb, and is also more future-proof
Tom> as it is more multi-target-ready.

I'm checking this in.

Tom


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