From: Nick Roberts <nickrob@snap.net.nz>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb@sources.redhat.com
Subject: Re: RFC: MI output during program execution
Date: Wed, 26 Apr 2006 12:36:00 -0000 [thread overview]
Message-ID: <17486.36188.127822.347550@farnswood.snap.net.nz> (raw)
In-Reply-To: <20060404220637.GA12064@nevyn.them.org>
> > The async code used a heavily changed version of child_wait (in
> > linux-nat.c).
> >
> > What does the new code use in place of this procedure?
>
> child_wait only ever worked for single-threaded executables. Now
> linux_nat_wait is used, for both single-threaded and multi-threaded
> executables.
OK I follow that now and have moved the relevant async code from child_wait to
linux_nat_wait. I've also re-instated the --async option so that --noasync
*should* run as on the trunk.
You said earlier that I'm free to create my own branch but since I've not done
that before for GDB I think its sensible to run this past you first. Having
read the node Versions and Branches in the GDB Inernals manual I propose to:
1) Create a branchpoint of current HEAD for gdb+dejagnu:
cvs rtag nickrob-200604026-branchpoint gdb+dejagnu
2) Create a branch from that branchpoint:
cvs rtag -b -r nickrob-200604026-branchpoint nickrob-200604026-branch \
gdb+dejagnu
3) Update my working directory to that branch:
cvs update -r nickrob-200604026-branch
4) Add files called ChangeLog-async, README-async, TODO-async.
5) Modify version.in appropriately.
5) Commit my/Apple's changes.
6) Post those changes to gdb-patches.
7) Do regular merges with trunk:
cvs update -j HEAD (?)
When I've got this far I'll also explain what the code does and what I would
like it to do in the future (from README-async) on the gdb mailing list.
--
Nick http://www.inet.net.nz/~nickrob
next prev parent reply other threads:[~2006-04-25 20:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-04 22:03 Nick Roberts
2006-04-04 22:06 ` Daniel Jacobowitz
2006-04-26 12:36 ` Nick Roberts [this message]
2006-05-04 15:04 ` Daniel Jacobowitz
2006-05-12 11:21 ` New branch [was Re: RFC: MI output during program execution] Nick Roberts
2006-05-12 13:24 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17486.36188.127822.347550@farnswood.snap.net.nz \
--to=nickrob@snap.net.nz \
--cc=drow@false.org \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox