diff options
author | Pedro Alves <palves@redhat.com> | 2011-05-23 15:18:36 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-05-23 15:18:36 +0000 |
commit | b136cd053f84c646cbdefeeb9a8ddbc55fd4acc6 (patch) | |
tree | 0032bad406643bbe2dc4c42c39b7e882199c00ef /gdb/infrun.c | |
parent | 997fbe3655881dc46376123897a80c088d9a7f8d (diff) | |
download | gdb-b136cd053f84c646cbdefeeb9a8ddbc55fd4acc6.zip gdb-b136cd053f84c646cbdefeeb9a8ddbc55fd4acc6.tar.gz gdb-b136cd053f84c646cbdefeeb9a8ddbc55fd4acc6.tar.bz2 |
2011-05-23 Pedro Alves <pedro@codesourcery.com>
* infrun.c (user_visible_resume_ptid): Fix typos in describing
comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 6 |
1 files changed, 3 insertions, 3 deletions
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. */ |