]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/top.c
PR python/12216:
authorTom Tromey <tromey@redhat.com>
Mon, 31 Jan 2011 16:52:35 +0000 (16:52 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 31 Jan 2011 16:52:35 +0000 (16:52 +0000)
commit47a80e909327f6be0451b7792162266e6695f23d
tree3d37f5644de9db00bdff6e4bc07daae1a5f0bcda
parenta22429b98e4c117b40f9693585c546067d9a4c0e
PR python/12216:
* python/python.c (execute_gdb_command): Call
prevent_dont_repeat.
* top.c (suppress_dont_repeat): New global.
(dont_repeat): Use it.
(prevent_dont_repeat): New function.
* command.h (prevent_dont_repeat): Declare.
gdb/ChangeLog
gdb/command.h
gdb/python/python.c
gdb/top.c