From: Keith Seitz <keiths@redhat.com>
To: Hui Zhu <teawater@gmail.com>
Cc: insight@sources.redhat.com
Subject: Re: [BUG] gdbtk-bp.c: got build error
Date: Sat, 13 Nov 2010 23:25:00 -0000 [thread overview]
Message-ID: <4CDF1D99.50604@redhat.com> (raw)
In-Reply-To: <AANLkTikjLak3yFNK9dNqiQ2vAQ9LZPb9702dRDBub8s+@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 451 bytes --]
On 11/13/2010 06:58 AM, Hui Zhu wrote:
> ../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function 'gdb_set_bp':
> ../../src/gdb/gdbtk/generic/gdbtk-bp.c:557: error: too few arguments
> to function 'create_breakpoint'
Thank you for reporting this. I've committed the attached patch to fix this.
Keith
ChangeLog
2010-11-13 Keith Seitz <keiths@valrhona.uglyboxes.com>
* generic/gdbtk-bp.c (gdb_set_bp): Update for recent
create_breakpoint API update.
[-- Attachment #2: create_breakpoint-update.patch --]
[-- Type: text/plain, Size: 542 bytes --]
Index: generic/gdbtk-bp.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-bp.c,v
retrieving revision 1.37
diff -u -p -r1.37 gdbtk-bp.c
--- generic/gdbtk-bp.c 4 Jul 2010 18:13:14 -0000 1.37
+++ generic/gdbtk-bp.c 13 Nov 2010 23:23:29 -0000
@@ -554,7 +554,7 @@ gdb_set_bp (ClientData clientData, Tcl_I
(pending ? AUTO_BOOLEAN_TRUE : AUTO_BOOLEAN_FALSE),
NULL /* breakpoint ops */,
0 /* from_tty */,
- enabled);
+ enabled, 0);
}
if (e.reason < 0)
next prev parent reply other threads:[~2010-11-13 23:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-13 14:58 Hui Zhu
2010-11-13 23:25 ` Keith Seitz [this message]
2010-11-14 1:51 ` Hui Zhu
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=4CDF1D99.50604@redhat.com \
--to=keiths@redhat.com \
--cc=insight@sources.redhat.com \
--cc=teawater@gmail.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).