• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

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

修订版f99bd5f2c1e6b545a0a6cfb3b13f79deea84098e (tree)
时间2016-08-31 22:28:27
作者Yao Qi <yao.qi@lina...>
CommiterYao Qi

Log Message

Fix a typo in comment

This patch replaces "keep things single" with "keep things simple".

gdb:

2016-08-31 Yao Qi <yao.qi@linaro.org>

* record-full.c (record_full_insert_breakpoint): Fix typo.

更改概述

差异

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
1+2016-08-31 Yao Qi <yao.qi@linaro.org>
2+
3+ * record-full.c (record_full_insert_breakpoint): Fix typo.
4+
15 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
26
37 * thread.c (tp_array_compar): Insert missing parentheses.
--- a/gdb/record-full.c
+++ b/gdb/record-full.c
@@ -1650,7 +1650,7 @@ record_full_insert_breakpoint (struct target_ops *ops,
16501650 really need to install regular breakpoints in the inferior.
16511651 However, we do have to insert software single-step
16521652 breakpoints, in case the target can't hardware step. To keep
1653- things single, we always insert. */
1653+ things simple, we always insert. */
16541654 struct cleanup *old_cleanups;
16551655 int ret;
16561656