summaryrefslogtreecommitdiff
path: root/gdb/record.c
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2011-03-18 14:22:29 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2011-03-18 14:22:29 +0000
commit428ade676257e749ebefe65a7c2198998d2e41aa (patch)
treea0ceff6d4cf419444c475d9419df91777ee7bd63 /gdb/record.c
parentf9ccd4c7b9901c4c07909d43c0886d03a28e95a3 (diff)
downloadgdb-428ade676257e749ebefe65a7c2198998d2e41aa.tar.gz
ARI fixes: Add missing internationalization markups throughout
C source files. * darwin-nat-info.c: Ditto. * record.c: Ditto. * remote.c: Ditto. * mi/mi-main.c: Ditto.
Diffstat (limited to 'gdb/record.c')
-rw-r--r--gdb/record.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/record.c b/gdb/record.c
index 119503893ff..65eaa111a7c 100644
--- a/gdb/record.c
+++ b/gdb/record.c
@@ -739,8 +739,8 @@ record_exec_insn (struct regcache *regcache, struct gdbarch *gdbarch,
{
entry->u.mem.mem_entry_not_accessible = 1;
if (record_debug)
- warning ("Process record: error reading memory at "
- "addr = %s len = %d.",
+ warning (_("Process record: error reading memory at "
+ "addr = %s len = %d."),
paddress (gdbarch, entry->u.mem.addr),
entry->u.mem.len);
}
@@ -752,8 +752,8 @@ record_exec_insn (struct regcache *regcache, struct gdbarch *gdbarch,
{
entry->u.mem.mem_entry_not_accessible = 1;
if (record_debug)
- warning ("Process record: error writing memory at "
- "addr = %s len = %d.",
+ warning (_("Process record: error writing memory at "
+ "addr = %s len = %d."),
paddress (gdbarch, entry->u.mem.addr),
entry->u.mem.len);
}