Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@specifix.com>
To: Stan Shebs <stan@codesourcery.com>
Cc: gdb@sourceware.org
Subject: Re: Multiprogram teaser
Date: Tue, 29 Jul 2008 08:18:00 -0000	[thread overview]
Message-ID: <1217300923.3549.582.camel@localhost.localdomain> (raw)
In-Reply-To: <488E7670.40609@codesourcery.com>

Very teasy.  ;-)

Say, how come you're stan at cs.com?  Was "shebs" taken?
;-)

On Mon, 2008-07-28 at 18:46 -0700, Stan Shebs wrote:
> Here's a little teaser showing the results of me flogging GDB's source 
> code. In addition to the fun aspect of listing the main()s of two 
> different programs, it points up the the potential confusion of having 
> several programs in a session. What I've got so far in my prototype is 
> the ability to collect multiple execs from the command line, the 
> creation of "exec" objects from which you can select one as "current", 
> and some symbol table hacking to restrict lookups to the current executable.
> 
> stan@adell:~/mpgdb/linux/gdb$ ./gdb -nx ~/hello ~/goodbye
> GNU gdb (GDB) 6.8.50.20080728-cvs
> [...]
> Attaching objfile /home/stan/hello to exec /home/stan/hello
> Attaching objfile /home/stan/goodbye to exec /home/stan/goodbye
> (gdb) list main
> 1    int glob = 45;
> 2   
> 3    main() {
> 4     mailand();
> 5      foo(glob);
> 6    printf("goodbye cruel world\n");
> 7    }
> 8   
> 9    foo(int x) {
> 10      return x + 92;
> (gdb) exec /home/stan/hello
> Setting current exec to /home/stan/hello.
> (gdb) list main
> 3      if (bar == 0)
> 4        exit(1);
> 5    }
> 6   
> 7    main()
> 8    {
> 9      bar();
> 10      printf("hello world\n");
> 11    }
> 12   
> (gdb)
> 
> 
> Stan
> 
> 
> 


  reply	other threads:[~2008-07-29  3:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-29  2:29 Stan Shebs
2008-07-29  8:18 ` Michael Snyder [this message]
2008-07-29 13:14 ` Jeremy Bennett
2008-07-29 13:34   ` Marc Khouzam
2008-07-29 13:51     ` Pedro Alves
2008-07-29 14:58       ` Marc Khouzam
2008-07-29 14:12     ` Stan Shebs
2008-07-29 16:02       ` Marc Khouzam
2008-07-30 17:21       ` Tom Tromey
2008-07-30 17:43 ` Tom Tromey
2008-07-30 18:07   ` Stan Shebs

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=1217300923.3549.582.camel@localhost.localdomain \
    --to=msnyder@specifix.com \
    --cc=gdb@sourceware.org \
    --cc=stan@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