mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
2011-05-23 Pedro Alves <pedro@codesourcery.com>
* infrun.c (user_visible_resume_ptid): Fix typos in describing comment.
This commit is contained in:
@ -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>
|
2011-05-21 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
|
* sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
|
||||||
|
@ -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,
|
/* Return a ptid representing the set of threads that we will proceed,
|
||||||
in the perspective of the user/frontend. We may actually resume
|
in the perspective of the user/frontend. We may actually resume
|
||||||
fewer threads at first, e.g., if a thread is stopped at a
|
fewer threads at first, e.g., if a thread is stopped at a
|
||||||
breakpoint that needs stepping-off, but that should be visible to
|
breakpoint that needs stepping-off, but that should not be visible
|
||||||
the user/frontend, and neither should the frontend/user be allowed
|
to the user/frontend, and neither should the frontend/user be
|
||||||
to proceed any of the threads that happen to be stopped at for
|
allowed to proceed any of the threads that happen to be stopped for
|
||||||
internal run control handling, if a previous command wanted them
|
internal run control handling, if a previous command wanted them
|
||||||
resumed. */
|
resumed. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user