Implement '-target-detach pid'.
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmds.c
index d38de35da40addd226ff42c6ab67278e0d662672..51c720e22dd067b0957c3134f8f13837112baaca 100644 (file)
@@ -121,7 +121,7 @@ struct mi_cmd mi_cmds[] =
   { "symbol-type", { NULL, 0 }, NULL },
   { "target-attach", { "attach", 1 }, NULL },
   { "target-compare-sections", { NULL, 0 }, NULL },
-  { "target-detach", { "detach", 0 }, 0 },
+  { "target-detach", { NULL, 0 }, mi_cmd_target_detach },
   { "target-disconnect", { "disconnect", 0 }, 0 },
   { "target-download", { "load", 1 }, NULL},
   { "target-exec-status", { NULL, 0 }, NULL },
This page took 0.025149 seconds and 4 git commands to generate.