Remove --xdb
[deliverable/binutils-gdb.git] / gdb / python / py-cmd.c
index 017d0b6b6b9495cef497078916100ef39d5e5100..b11fc3283de11a4223c8e9ff1893160d468bf659 100644 (file)
@@ -682,7 +682,7 @@ gdbpy_initialize_commands (void)
     return -1;
 
   /* Note: alias and user are special; pseudo appears to be unused,
-     and there is no reason to expose tui or xdb, I think.  */
+     and there is no reason to expose tui, I think.  */
   if (PyModule_AddIntConstant (gdb_module, "COMMAND_NONE", no_class) < 0
       || PyModule_AddIntConstant (gdb_module, "COMMAND_RUNNING", class_run) < 0
       || PyModule_AddIntConstant (gdb_module, "COMMAND_DATA", class_vars) < 0
This page took 0.03436 seconds and 4 git commands to generate.