From: Eli Zaretskii <eliz@gnu.org>
To: Pedro Alves <pedro@codesourcery.com>
Cc: gdb-patches@sourceware.org, marc.khouzam@ericsson.com,
vladimir@codesourcery.com
Subject: Re: [v4 2/2] multi-executable support (new v5 patch included)
Date: Tue, 08 Sep 2009 19:16:00 -0000 [thread overview]
Message-ID: <83hbvd2qrk.fsf@gnu.org> (raw)
In-Reply-To: <200909081616.18200.pedro@codesourcery.com>
> From: Pedro Alves <pedro@codesourcery.com>
> Date: Tue, 8 Sep 2009 16:16:16 +0100
> Cc: Marc Khouzam <marc.khouzam@ericsson.com>,
> Vladimir Prus <vladimir@codesourcery.com>
>
> >./gdb ./gdb
> (top-gdb) info inferiors
> Num Description Executable
> * 1 <null> /home/pedro/gdb/sspaces/build/gdb/gdb
>
> (top-gdb) info inferiors
> Num Description Executable
> * 1 process 1429 /home/pedro/gdb/sspaces/build/gdb/gdb
>
> (top-gdb) kill
> Kill the program being debugged? (y or n) y
> (top-gdb) info inferiors
> Num Description Executable
> * 1 <null> /home/pedro/gdb/sspaces/build/gdb/gdb
>
> (top-gdb) add-inferior
> Added inferior 2
> 1 inferiors added.
>
> (top-gdb) info inferiors
> Num Description Executable
> 2 <null>
> * 1 <null> /home/pedro/gdb/sspaces/build/gdb/gdb
>
> (top-gdb) inferior 2
> [Switching to inferior 2 [process 0] (<noexec>)]
>
> (top-gdb) file /home/pedro/gdb/tests/threads
> Reading symbols from /home/pedro/gdb/tests/threads...done.
>
> (top-gdb) info inferiors
> Num Description Executable
> * 2 <null> /home/pedro/gdb/tests/threads
> 1 <null> /home/pedro/gdb/sspaces/build/gdb/gdb
>
> (top-gdb) start
> Temporary breakpoint 4 at 0x400640: file threads.c, line 35.
> Starting program: /home/pedro/gdb/tests/threads
> [Thread debugging using libthread_db enabled]
>
> Temporary breakpoint 4, main () at threads.c:35
> 35 long i = 0;
> (top-gdb) info inferiors
> Num Description Executable
> * 2 process 1526 /home/pedro/gdb/tests/threads
> 1 <null> /home/pedro/gdb/sspaces/build/gdb/gdb
This is what I had in mind, yes. If it really works in practice (and
others are happy with this model), then great.
> The symbol-spaces concept is still needed and is still there, but
> the user doesn't see them anymore. I've moved "info symbol-spaces"
> to "maintenanced info symbol-spaces".
Maybe rename that to "maintenance info program-spaces". It's quite
easy to explain that a ``program space'' is a space in which to run
programs.
> (gdb) attach 123
> Attached to process 123.
> (gdb) info inferiors
> Num Description Executable
> 1 <null>
> * 2 Process 2323
>
> It's a shame, and that was one of my main concerns (that we'd
> end up getting too stuck in the unix model of things) but I guess
> we can live with it somehow.
Can't we have that inferior hidden in "info inferiors", like we do
with breakpoints set by GDB for its own purposes?
> Does this make more sense to you? What do others think?
Yes, this makes more sense to me. Yes, I would also like to hear what
others think.
Thanks.
next prev parent reply other threads:[~2009-09-08 19:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-03 2:49 [v4 0/2] multi-executable support Pedro Alves
2009-09-03 2:51 ` [v4 1/2] " Pedro Alves
2009-09-03 2:53 ` [v4 2/2] " Pedro Alves
2009-09-03 18:31 ` Eli Zaretskii
2009-09-03 18:40 ` Pedro Alves
2009-09-03 20:37 ` Eli Zaretskii
2009-09-05 18:41 ` Pedro Alves
2009-09-05 20:16 ` Eli Zaretskii
2009-09-05 21:15 ` Pedro Alves
2009-09-06 3:16 ` Eli Zaretskii
2009-09-08 15:16 ` [v4 2/2] multi-executable support (new v5 patch included) Pedro Alves
2009-09-08 19:16 ` Eli Zaretskii [this message]
2009-10-05 15:22 ` Pedro Alves
2009-09-09 6:40 ` Vladimir Prus
2009-09-09 10:28 ` Pedro Alves
2009-09-03 2:56 ` [v4 0/2] multi-executable support (.gz) Pedro Alves
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=83hbvd2qrk.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=marc.khouzam@ericsson.com \
--cc=pedro@codesourcery.com \
--cc=vladimir@codesourcery.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