From: David Lecomber <david@streamline-computing.com>
To: patches <gdb-patches@sources.redhat.com>
Subject: [Commit] Obvious fix for compilation failure.
Date: Sun, 31 Oct 2004 10:06:00 -0000 [thread overview]
Message-ID: <1099217557.16581.3.camel@cpc1-oxfd5-5-0-cust86.oxfd.cable.ntl.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
Obvious, and committed as so, fixes failure introduced yesterday.
2004-10-31 David Lecomber <dsl@sources.redhat.com>
* generic/gdbtk-register.c: Add message parameter
to call of get_selected_frame.
[-- Attachment #2: Frame.diff --]
[-- Type: text/x-patch, Size: 745 bytes --]
Index: gdb/gdbtk/generic/gdbtk-register.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-register.c,v
retrieving revision 1.26
diff -c -p -r1.26 gdbtk-register.c
*** gdb/gdbtk/generic/gdbtk-register.c 9 Aug 2004 23:28:18 -0000 1.26
--- gdb/gdbtk/generic/gdbtk-register.c 31 Oct 2004 09:57:24 -0000
*************** get_register (int regnum, void *arg)
*** 289,295 ****
return;
}
! frame_register (get_selected_frame (), regnum, &optim, &lval,
&addr, &realnum, buffer);
if (optim)
--- 289,295 ----
return;
}
! frame_register (get_selected_frame (NULL), regnum, &optim, &lval,
&addr, &realnum, buffer);
if (optim)
next reply other threads:[~2004-10-31 10:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-31 10:06 David Lecomber [this message]
2004-10-31 14:58 ` Andrew Cagney
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=1099217557.16581.3.camel@cpc1-oxfd5-5-0-cust86.oxfd.cable.ntl.com \
--to=david@streamline-computing.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