From: Hui Zhu <teawater@gmail.com>
To: gdb-patches ml <gdb-patches@sourceware.org>
Subject: [OB] Fix syntax error in record_resume
Date: Tue, 01 Sep 2009 11:54:00 -0000 [thread overview]
Message-ID: <daef60380909010454k411d62f2pea6f911b5664778d@mail.gmail.com> (raw)
Checked in under the obvious rule.
Thanks,
Hui
2009-09-01 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "siggnal" to "signal".
===================================================================
RCS file: /cvs/src/src/gdb/record.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- src/gdb/record.c 2009/09/01 03:32:49 1.14
+++ src/gdb/record.c 2009/09/01 11:41:41 1.15
@@ -518,7 +518,7 @@
static void
record_resume (struct target_ops *ops, ptid_t ptid, int step,
- enum target_signal siggnal)
+ enum target_signal signal)
{
record_resume_step = step;
@@ -534,7 +534,7 @@
return;
}
record_beneath_to_resume (record_beneath_to_resume_ops, ptid, 1,
- siggnal);
+ signal);
}
}
next reply other threads:[~2009-09-01 11:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-01 11:54 Hui Zhu [this message]
2009-09-01 19:17 ` Stan Shebs
2009-09-01 19:21 ` Michael Snyder
2009-09-02 1:28 ` Hui Zhu
2009-09-02 1:33 ` 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=daef60380909010454k411d62f2pea6f911b5664778d@mail.gmail.com \
--to=teawater@gmail.com \
--cc=gdb-patches@sourceware.org \
/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