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 00/32] clean up target delegation


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

Tom> This patch series cleans up most of the target API.
Tom> It changes nearly every target method to take a "self" argument.  This
Tom> was done in a mostly automated way.  This is PR 8626.
[...]

Tom> If you want to see the atomized series in its full glory, it is all on
Tom> the "target-cleanup" branch in my gitorious repository.

I've rebased this on top of master and (force-) pushed to my branch.

It required a few changes in various spots in the series to adapt to
changes on master, mostly Markus' btrace series.  I've also written two
more little cleanup patches at the end, one to fix a bug I found in
nto-procfs.c, and one to convert to_decr_pc_after_break to the new
delegation style (and consequently remove
forward_target_decr_pc_after_break).

I believe I've addressed all the review comments except one (about
record_full_can_async_p and friends); I'll deal with that before long.

After that I'll do the squash-and-resubmit thing; I have a few other
things to attend to first.

Tom


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