• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂ce0db13751aed2782c417bc4cf715313f9273e94 (tree)
時間2016-12-23 08:50:10
作者Doug Evans <xdje42@gmai...>
CommiterDoug Evans

Log Message

infrun.c (set_step_over_info): Add comment.

gdb/ChangeLog:

* infrun.c (set_step_over_info): Add comment.

Change Summary

差異

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
11 2016-12-22 Doug Evans <xdje42@gmail.com>
22
3+ * infrun.c (set_step_over_info): Add comment.
4+
5+2016-12-22 Doug Evans <xdje42@gmail.com>
6+
37 * NEWS: Document new syntax for "mt print symbols", "mt print psymbols"
48 and "mt print msymbols" commands.
59 * psymtab.c (DEV_TTY): Delete.
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -1320,7 +1320,9 @@ struct step_over_info
13201320 static struct step_over_info step_over_info;
13211321
13221322 /* 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. */
13241326
13251327 static void
13261328 set_step_over_info (struct address_space *aspace, CORE_ADDR address,