From: Andrew Burgess <aburgess@broadcom.com>
To: <gdb-patches@sourceware.org>
Cc: Tom Tromey <tromey@redhat.com>
Subject: Re: [PATCH] rename "set debugvarobj" to "set debug varobj"
Date: Wed, 30 Apr 2014 13:18:00 -0000 [thread overview]
Message-ID: <5360F83B.4090203@broadcom.com> (raw)
In-Reply-To: <1398785790-2059-1-git-send-email-tromey@redhat.com>
On 29/04/2014 4:36 PM, Tom Tromey wrote:
> +++ b/gdb/varobj.c
> @@ -2795,17 +2795,18 @@ void
> _initialize_varobj (void)
> {
> int sizeof_table = sizeof (struct vlist *) * VAROBJ_TABLE_SIZE;
> + struct cmd_list_element *c;
I don't think this extra line is needed.
Cheers,
Andrew
> varobj_table = xmalloc (sizeof_table);
> memset (varobj_table, 0, sizeof_table);
>
> - add_setshow_zuinteger_cmd ("debugvarobj", class_maintenance,
> + add_setshow_zuinteger_cmd ("varobj", class_maintenance,
> &varobjdebug,
> _("Set varobj debugging."),
> _("Show varobj debugging."),
> _("When non-zero, varobj debugging is enabled."),
> NULL, show_varobjdebug,
> - &setlist, &showlist);
> + &setdebuglist, &showdebuglist);
> }
>
> /* Invalidate varobj VAR if it is tied to locals and re-create it if it is
>
next prev parent reply other threads:[~2014-04-30 13:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-29 15:36 Tom Tromey
2014-04-29 16:10 ` Eli Zaretskii
2014-04-29 17:58 ` Joel Brobecker
2014-04-30 13:18 ` Andrew Burgess [this message]
2014-05-08 14:35 ` Tom Tromey
2014-05-08 14:37 ` 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=5360F83B.4090203@broadcom.com \
--to=aburgess@broadcom.com \
--cc=gdb-patches@sourceware.org \
--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