2010-01-05 Michael Snyder <msnyder@vmware.com>
* infrun.c (handle_inferior_event): Fix typo in comment.
This commit is contained in:
parent
8781f70964
commit
ce6cca6d61
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-05 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* infrun.c (handle_inferior_event): Fix typo in comment.
|
||||
|
||||
2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
|
||||
|
|
|
@ -4176,7 +4176,7 @@ infrun: not switching back to stepped thread, it has vanished\n");
|
|||
"outermost" function. This could be fixed by marking
|
||||
outermost frames as !stack_p,code_p,special_p. Then the
|
||||
initial outermost frame, before sp was valid, would
|
||||
have code_addr == &_start. See the commend in frame_id_eq
|
||||
have code_addr == &_start. See the comment in frame_id_eq
|
||||
for more. */
|
||||
if (!frame_id_eq (get_stack_frame_id (frame),
|
||||
ecs->event_thread->step_stack_frame_id)
|
||||
|
|
Loading…
Reference in a new issue