mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-07-21 13:01:16 +02:00
warn about missing features
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user