diff options
author | matt rice <ratmice@gmail.com> | 2011-09-02 21:16:54 +0000 |
---|---|---|
committer | matt rice <ratmice@gmail.com> | 2011-09-02 21:16:54 +0000 |
commit | 7d8e6458d594b84b94099d1069bb44619885e293 (patch) | |
tree | 36392698de0fd93e578dac1b77aabc50400bb906 /gdb/ChangeLog | |
parent | 84636d2874122cf547b3eaee494544636931c083 (diff) | |
download | gdb-7d8e6458d594b84b94099d1069bb44619885e293.zip gdb-7d8e6458d594b84b94099d1069bb44619885e293.tar.gz gdb-7d8e6458d594b84b94099d1069bb44619885e293.tar.bz2 |
PR gdb/10720
* event-top.c (cli_command_loop): Replace readline setup with
direct call to display_gdb_prompt.
(display_gdb_prompt): Do not call observer mechanism during
synchronous execution.
testsuite:
* lib/prompt.exp: New file for testing the first prompt.
* gdb.python/py-prompt.exp: Ditto.
* gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 851ab88..f0d45e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2011-09-02 Matt Rice <ratmice@gmail.com> + + PR gdb/10720 + * event-top.c (cli_command_loop): Replace readline setup with + direct call to display_gdb_prompt. + (display_gdb_prompt): Do not call observer mechanism during + synchronous execution. + 2011-09-02 Pedro Alves <pedro@codesourcery.com> * linux-nat.c (in_pid_list_p): New. |