From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Sergio Durigan Junior <sergiodj@redhat.com>
Cc: gdb-patches@sourceware.org, Tom Tromey <tromey@redhat.com>
Subject: Re: [PATCH 3/6] Modify internalvar mechanism
Date: Mon, 11 Apr 2011 21:08:00 -0000 [thread overview]
Message-ID: <20110411210834.GC28109@host1.jankratochvil.net> (raw)
In-Reply-To: <m3lizqpvbh.fsf@redhat.com>
On Mon, 04 Apr 2011 05:08:34 +0200, Sergio Durigan Junior wrote:
> --- a/gdb/thread.c
> +++ b/gdb/thread.c
> @@ -1449,6 +1450,15 @@ thread_id_make_value (struct gdbarch *gdbarch, struct internalvar *var)
> /* Commands with a prefix of `thread'. */
> struct cmd_list_element *thread_cmd_list = NULL;
>
> +/* Implementation of `thread' variable. */
> +
> +static struct internalvar_funcs thread_funcs =
^^^ const
> +{
> + thread_id_make_value,
> + NULL,
> + NULL
> +};
Thanks,
Jan
next prev parent reply other threads:[~2011-04-11 21:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-04 3:08 Sergio Durigan Junior
2011-04-11 21:08 ` Jan Kratochvil [this message]
2011-04-12 11:24 ` Pedro Alves
2011-04-12 20:40 ` Tom Tromey
2011-04-12 22:33 ` Sergio Durigan Junior
2011-04-19 17:53 ` Pedro Alves
2011-04-19 18:40 ` Tom Tromey
2011-04-19 20:01 ` Tom Tromey
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=20110411210834.GC28109@host1.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=sergiodj@redhat.com \
--cc=tromey@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