GNU Binutils with patches for OS216
修訂 | ce0db13751aed2782c417bc4cf715313f9273e94 (tree) |
---|---|
時間 | 2016-12-23 08:50:10 |
作者 | Doug Evans <xdje42@gmai...> |
Commiter | Doug Evans |
infrun.c (set_step_over_info): Add comment.
gdb/ChangeLog:
* infrun.c (set_step_over_info): Add comment.
@@ -1,5 +1,9 @@ | ||
1 | 1 | 2016-12-22 Doug Evans <xdje42@gmail.com> |
2 | 2 | |
3 | + * infrun.c (set_step_over_info): Add comment. | |
4 | + | |
5 | +2016-12-22 Doug Evans <xdje42@gmail.com> | |
6 | + | |
3 | 7 | * NEWS: Document new syntax for "mt print symbols", "mt print psymbols" |
4 | 8 | and "mt print msymbols" commands. |
5 | 9 | * psymtab.c (DEV_TTY): Delete. |
@@ -1320,7 +1320,9 @@ struct step_over_info | ||
1320 | 1320 | static struct step_over_info step_over_info; |
1321 | 1321 | |
1322 | 1322 | /* Record the address of the breakpoint/instruction we're currently |
1323 | - stepping over. */ | |
1323 | + stepping over. | |
1324 | + N.B. We record the aspace and address now, instead of say just the thread, | |
1325 | + because when we need the info later the thread may be running. */ | |
1324 | 1326 | |
1325 | 1327 | static void |
1326 | 1328 | set_step_over_info (struct address_space *aspace, CORE_ADDR address, |