aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-child.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r--gdb/inf-child.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c
index 23fa542..72a18e4 100644
--- a/gdb/inf-child.c
+++ b/gdb/inf-child.c
@@ -174,6 +174,7 @@ struct target_ops *
inf_child_target (void)
{
struct target_ops *t = XZALLOC (struct target_ops);
+
t->to_shortname = "child";
t->to_longname = "Unix child process";
t->to_doc = "Unix child process (started by the \"run\" command).";