Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [commit] mn10300: gdb_byte-ize mn10300_frame_prev_register()
Date: Sat, 03 Sep 2005 00:45:00 -0000	[thread overview]
Message-ID: <20050902174516.379fb07e@ironwood.lan> (raw)

I've just committed the change below.

	* mn10300-tdep.c (mn10300_frame_prev_register): Change type of
	``bufferp'' from ``void *'' to ``gdb_byte *''.

Index: mn10300-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mn10300-tdep.c,v
retrieving revision 1.126
diff -u -p -r1.126 mn10300-tdep.c
--- mn10300-tdep.c	3 Sep 2005 00:12:26 -0000	1.126
+++ mn10300-tdep.c	3 Sep 2005 00:38:49 -0000
@@ -779,7 +779,7 @@ mn10300_frame_prev_register (struct fram
 			     void **this_prologue_cache,
 			     int regnum, int *optimizedp,
 			     enum lval_type *lvalp, CORE_ADDR *addrp,
-			     int *realnump, void *bufferp)
+			     int *realnump, gdb_byte *bufferp)
 {
   struct trad_frame_cache *cache =
     mn10300_frame_unwind_cache (next_frame, this_prologue_cache);


                 reply	other threads:[~2005-09-03  0:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050902174516.379fb07e@ironwood.lan \
    --to=kevinb@redhat.com \
    --cc=gdb-patches@sources.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