warn about missing features

This commit is contained in:
Tom Tromey
2015-05-06 13:59:24 -06:00
parent f11f884f8d
commit 7956c96cae
3 changed files with 39 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
import gdb
import gui.events
import gui.adapt
_last_selected_frame = None
@@ -32,3 +33,5 @@ def check_frame():
# See my gdb branch on github.
if hasattr(gdb.events, 'before_prompt'):
gdb.events.before_prompt.connect(check_frame)
else:
gui.adapt.notify_bug(13598)