Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / thread.c
index 80c87050df9b176429cba7b0262c2a10611b6df6..23dfcc915c516fa46a06bdba73a679138621e830 100644 (file)
@@ -1804,8 +1804,7 @@ Usage: thread find REGEXP\n\
 Will display thread ids whose name, target ID, or extra info matches REGEXP."),
           &thread_cmd_list);
 
-  if (!xdb_commands)
-    add_com_alias ("t", "thread", class_run, 1);
+  add_com_alias ("t", "thread", class_run, 1);
 
   add_setshow_boolean_cmd ("thread-events", no_class,
          &print_thread_events, _("\
This page took 0.02325 seconds and 4 git commands to generate.