• 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

修订版58c65ac6da6c5bb526687768dbc8dc70bd16c323 (tree)
时间2006-09-25 14:39:52
作者Nick Roberts <nickrob@snap...>
CommiterNick Roberts

Log Message

Add note about entering commands while target is
running.

更改概述

差异

--- a/gdb/README.async
+++ b/gdb/README.async
@@ -44,6 +44,18 @@ n
4444 (actually it generates an extra &"n\n" and ^done but with
4545 "-interpreter-exec console" it's identical.
4646
47+To enter a GDB command while the target is running GDB needs a separate
48+terminal to the inferior. Currently only a few CLI commands can be entered
49+e.g pwd see top.c. Most CLI commands report:
50+
51+ Cannot execute this command while the target is running.
52+
53+and all MI commands apart from -exec-interrupt (see mi-main.c) report:
54+
55+ Cannot execute command interpreter-exec while target running
56+
57+but this can easily be changed.
58+
4759 To help integration with HEAD I've re-instated the --async option so that
4860 --noasync (the default) *should* run as on the trunk.
4961