* record.c (init_record_core_ops): Rename record_core to record-core.
This commit is contained in:
parent
f324cecf67
commit
06280d23c6
@ -1,3 +1,7 @@
|
||||
2010-05-09 Doug Evans <dje@google.com>
|
||||
|
||||
* record.c (init_record_core_ops): Rename record_core to record-core.
|
||||
|
||||
2010-05-08 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Implement task switching on pa-hpux.
|
||||
|
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user