GNU Binutils with patches for OS216
修订版 | 58c65ac6da6c5bb526687768dbc8dc70bd16c323 (tree) |
---|---|
时间 | 2006-09-25 14:39:52 |
作者 | Nick Roberts <nickrob@snap...> |
Commiter | Nick Roberts |
Add note about entering commands while target is
running.
@@ -44,6 +44,18 @@ n | ||
44 | 44 | (actually it generates an extra &"n\n" and ^done but with |
45 | 45 | "-interpreter-exec console" it's identical. |
46 | 46 | |
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 | + | |
47 | 59 | To help integration with HEAD I've re-instated the --async option so that |
48 | 60 | --noasync (the default) *should* run as on the trunk. |
49 | 61 |