From: Tom Tromey <tromey@redhat.com>
To: Pedro Alves <pedro@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: FYI: tweaks to error w/ unimplemented opcodes
Date: Wed, 16 Feb 2011 21:59:00 -0000 [thread overview]
Message-ID: <m3mxlv3b87.fsf@fleche.redhat.com> (raw)
In-Reply-To: <m3r5b73bgd.fsf@fleche.redhat.com> (Tom Tromey's message of "Wed, 16 Feb 2011 14:40:18 -0700")
Tom> I will fix it shortly.
Here is what I am committing.
Tom
2011-02-16 Tom Tromey <tromey@redhat.com>
* dwarf2loc.c (unimplemented): Fix typo.
Index: dwarf2loc.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2loc.c,v
retrieving revision 1.105
diff -u -r1.105 dwarf2loc.c
--- dwarf2loc.c 16 Feb 2011 21:32:05 -0000 1.105
+++ dwarf2loc.c 16 Feb 2011 21:44:36 -0000
@@ -1340,7 +1340,8 @@
error (_("DWARF operator %s cannot be translated to an agent expression"),
name);
else
- error (_("Unknown DWARF operator 0x%02x cannot be to an agent expression"),
+ error (_("Unknown DWARF operator 0x%02x cannot be translated "
+ "to an agent expression"),
op);
}
prev parent reply other threads:[~2011-02-16 21:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-16 21:36 Tom Tromey
2011-02-16 21:40 ` Pedro Alves
2011-02-16 21:45 ` Tom Tromey
2011-02-16 21:59 ` Tom Tromey [this message]
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=m3mxlv3b87.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=pedro@codesourcery.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