diff options
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r-- | gdb/gnu-nat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h index 766f716..7c36778 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -150,4 +150,7 @@ struct gnu_nat_target : public inf_child_target void stop (ptid_t) override; }; +/* The final/concrete instance. */ +extern gnu_nat_target *gnu_target; + #endif /* GNU_NAT_H */ |