X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Frecord-full.c;h=5502a019c266d81d1adbeb5e8a8f96a5ca2c12b7;hb=cedfc77485dbb566619dc1e2d729ce0a70d1a4ad;hp=0c6cb621630c27be28d153b5c98fa9217913e86c;hpb=fd3619828e94a24a92cddec42cbc0ab33352eeb4;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/record-full.c b/gdb/record-full.c index 0c6cb62163..5502a019c2 100644 --- a/gdb/record-full.c +++ b/gdb/record-full.c @@ -53,7 +53,7 @@ mode, and we build up an execution log in which, for each executed instruction, we record all changes in memory and register state. This is invisible to the user, to whom it just looks like an - ordinary debugging session (except for performance degredation). + ordinary debugging session (except for performance degradation). In replay mode, instead of actually letting the inferior run as a process, we simulate its execution by playing back the recorded @@ -1359,7 +1359,7 @@ record_full_wait_1 (struct target_ops *ops, if (first_record_full_end && execution_direction == EXEC_REVERSE) { - /* When reverse excute, the first + /* When reverse execute, the first record_full_end is the part of current instruction. */ first_record_full_end = 0;