gdb
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 0bf2b84850290c1f925bf5cc9d904933b7ffc701..9a064c17bf6ffe9f28169d8134fde7ba8f9940e4 100644 (file)
@@ -1113,6 +1113,10 @@ mi_cmd_list_features (char *command, char **argv, int argc)
       ui_out_field_string (uiout, NULL, "pending-breakpoints");
       ui_out_field_string (uiout, NULL, "thread-info");
       
+#if HAVE_PYTHON
+      ui_out_field_string (uiout, NULL, "python");
+#endif
+      
       do_cleanups (cleanup);
       return;
     }
This page took 0.024796 seconds and 4 git commands to generate.