diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 9fc8712..5ee0d77 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1167,6 +1167,12 @@ public: bool is_address_tagged (gdbarch *gdbarch, CORE_ADDR address) override; + /* A remote target can be shared if it is able to create new inferiors. */ + bool is_shareable () override final + { + return true; + } + public: /* Remote specific methods. */ void remote_download_command_source (int num, ULONGEST addr, |