Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Brian Dessent <brian@dessent.net>
To: Ulrich Weigand <uweigand@de.ibm.com>
Cc: gdb-patches@sourceware.org, insight@sourceware.org
Subject: Re: [3/3] Remove deprecated_register_gdbarch_swap infrastructure
Date: Tue, 26 Jun 2007 18:30:00 -0000	[thread overview]
Message-ID: <46815309.331600D9@dessent.net> (raw)
In-Reply-To: <200706221254.l5MCsd9w028238@d12av02.megacenter.de.ibm.com>

Ulrich Weigand wrote:

> I've now committed the following version of this patch.
> 
> Bye,
> Ulrich
> 
>         * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
>         DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
>         (struct gdbarch_swap, struct gdbarch_swap_registration,
>         struct gdbarch_swap_registry, gdbarch_swap_registry,
>         current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
>         current_gdbarch_swap_in_hack): Remove.
>         (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
>         (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
>         and current_gdbarch_swap_out_hack, update current_gdbarch directly.
>         (deprecated_current_gdbarch_select_hack): Likewise.
>         * gdbarch.h, gdbarch.c: Regenerate.

Insight is still a user of deprecated_register_gdbarch_swap, so now it's
broken.  What's the proper replacement for the following -

int
Gdbtk_Register_Init (Tcl_Interp *interp)
{
  Tcl_CreateObjCommand (interp, "gdb_reginfo", gdbtk_call_wrapper,
                        gdb_register_info, NULL);

  /* Register/initialize any architecture specific data */
  setup_architecture_data ();

  deprecated_register_gdbarch_swap (&old_regs, sizeof (old_regs), NULL);
  deprecated_register_gdbarch_swap (&regformat, sizeof (regformat),
NULL);
  deprecated_register_gdbarch_swap (&regtype, sizeof (regtype), NULL);
  deprecated_register_gdbarch_swap (NULL, 0, setup_architecture_data);

  return TCL_OK;
}

Brian


  reply	other threads:[~2007-06-26 17:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-08 23:23 Ulrich Weigand
2007-06-12 15:35 ` Daniel Jacobowitz
2007-06-22 12:54 ` Ulrich Weigand
2007-06-26 18:30   ` Brian Dessent [this message]
2007-06-27  1:10     ` Ulrich Weigand
2007-06-27  6:52       ` Brian Dessent

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=46815309.331600D9@dessent.net \
    --to=brian@dessent.net \
    --cc=gdb-patches@sourceware.org \
    --cc=insight@sourceware.org \
    --cc=uweigand@de.ibm.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