Xmethod support in Python.
[deliverable/binutils-gdb.git] / gdb / python / lib / gdb / __init__.py
index 95a76c25df2863b023904a1852ba315c6166817e..557e1681c627186f17e767d634e99407b5b6b3a0 100644 (file)
@@ -67,6 +67,8 @@ pretty_printers = []
 
 # Initial type printers.
 type_printers = []
+# Initial xmethod matchers.
+xmethods = []
 # Initial frame filters.
 frame_filters = {}
 
This page took 0.023976 seconds and 4 git commands to generate.