Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@redhat.com>
To: Keith Seitz <keiths@redhat.com>
Cc: "gdb-patches@sources.redhat.com" <gdb-patches@sources.redhat.com>
Subject: Re: [RFA] varobj: call CHECK_TYPEDEF
Date: Thu, 24 Apr 2003 22:31:00 -0000	[thread overview]
Message-ID: <3EA8629B.50603@redhat.com> (raw)
In-Reply-To: <1051221433.1534.72.camel@lindt.uglyboxes.com>

> On Thu, 2003-04-24 at 13:35, Andrew Cagney wrote:
> 
> 
>> Don't forget a gdb.mi/insight219 testcase.
> 
> 
> Doh! How about the attached? (This is the minimal test that I could get
> to reproduce it. It must use multiple files. That's why it never showed
> up before, apparently.)

Yes, anything like that.  BTW, does ...

struct t
{
   int a;
   int b;
};

typedef struct t T;

main()
{
   static T v = {...};
}

tickle it?


> Index: insight219-b.cc
> ===================================================================
> RCS file: insight219-b.cc
> diff -N insight219-b.cc
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ insight219-b.cc	24 Apr 2003 21:54:00 -0000
> @@ -0,0 +1,4 @@
> +#include "insight219.h"
> +
> +B::~B() {}
> +


> Index: insight219.cc
> ===================================================================
> RCS file: insight219.cc
> diff -N insight219.cc
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ insight219.cc	24 Apr 2003 21:54:00 -0000
> @@ -0,0 +1,8 @@
> +#include "insight219.h"
> +
> +int
> +main(int argc, char *argv[])
> +{
> +  B *b = new B();
> +  return 0;
> +};
> Index: insight219.h
> ===================================================================
> RCS file: insight219.h
> diff -N insight219.h
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ insight219.h	24 Apr 2003 21:54:00 -0000
> @@ -0,0 +1,8 @@
> +class B
> +{
> +public:
> +    virtual ~B();
> +
> +private:
> +    int b;
> +};



  reply	other threads:[~2003-04-24 22:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-24 20:47 Keith Seitz
2003-04-24 20:52 ` Daniel Jacobowitz
2003-04-24 21:51   ` Keith Seitz
2003-04-24 21:55     ` Daniel Jacobowitz
2003-04-24 22:18       ` Keith Seitz
     [not found] ` <3EA84A9B.5020308@redhat.com>
2003-04-24 22:27   ` Keith Seitz
2003-04-24 22:31     ` Andrew Cagney [this message]
2003-04-25  0:18       ` Keith Seitz
2003-04-25  2:15         ` Daniel Jacobowitz
2003-04-25  3:47           ` Andrew Cagney
2003-04-25  5:32             ` Daniel Jacobowitz
2003-06-11 20:07       ` Keith Seitz
2003-06-11 21:01         ` Andrew Cagney
2003-06-11 23:51         ` David Carlton
2003-06-12  0:28           ` Keith Seitz
2003-06-12  1:28             ` Daniel Jacobowitz
2003-06-19 19:28               ` Daniel Jacobowitz
2003-06-19 19:53                 ` Daniel Jacobowitz
2003-06-19 20:33                   ` Keith Seitz
2003-06-19 20:43                     ` Daniel Jacobowitz
2003-06-19 21:30                       ` Keith Seitz

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=3EA8629B.50603@redhat.com \
    --to=ac131313@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=keiths@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