* record.c (init_record_core_ops): Rename record_core to record-core.

This commit is contained in:
Doug Evans 2010-05-09 20:04:52 +00:00
parent f324cecf67
commit 06280d23c6
2 changed files with 5 additions and 1 deletions

View file

@ -1861,7 +1861,7 @@ record_core_has_execution (struct target_ops *ops)
static void
init_record_core_ops (void)
{
record_core_ops.to_shortname = "record_core";
record_core_ops.to_shortname = "record-core";
record_core_ops.to_longname = "Process record and replay target";
record_core_ops.to_doc =
"Log program while executing and replay execution from log.";