aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-05-23 15:18:36 +0000
committerPedro Alves <palves@redhat.com>2011-05-23 15:18:36 +0000
commitb136cd053f84c646cbdefeeb9a8ddbc55fd4acc6 (patch)
tree0032bad406643bbe2dc4c42c39b7e882199c00ef
parent997fbe3655881dc46376123897a80c088d9a7f8d (diff)
downloadfsf-binutils-gdb-b136cd053f84c646cbdefeeb9a8ddbc55fd4acc6.zip
fsf-binutils-gdb-b136cd053f84c646cbdefeeb9a8ddbc55fd4acc6.tar.gz
fsf-binutils-gdb-b136cd053f84c646cbdefeeb9a8ddbc55fd4acc6.tar.bz2
2011-05-23 Pedro Alves <pedro@codesourcery.com>
* infrun.c (user_visible_resume_ptid): Fix typos in describing comment.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/infrun.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ea55f7c..db94468 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-23 Pedro Alves <pedro@codesourcery.com>
+
+ * infrun.c (user_visible_resume_ptid): Fix typos in describing
+ comment.
+
2011-05-21 Mark Kettenis <kettenis@gnu.org>
* sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 36d265c..1d8932a 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -1604,9 +1604,9 @@ maybe_software_singlestep (struct gdbarch *gdbarch, CORE_ADDR pc)
/* Return a ptid representing the set of threads that we will proceed,
in the perspective of the user/frontend. We may actually resume
fewer threads at first, e.g., if a thread is stopped at a
- breakpoint that needs stepping-off, but that should be visible to
- the user/frontend, and neither should the frontend/user be allowed
- to proceed any of the threads that happen to be stopped at for
+ breakpoint that needs stepping-off, but that should not be visible
+ to the user/frontend, and neither should the frontend/user be
+ allowed to proceed any of the threads that happen to be stopped for
internal run control handling, if a previous command wanted them
resumed. */