diff options
Diffstat (limited to 'gdb/process-stratum-target.h')
-rw-r--r-- | gdb/process-stratum-target.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/process-stratum-target.h b/gdb/process-stratum-target.h index 2545d48..b646c11 100644 --- a/gdb/process-stratum-target.h +++ b/gdb/process-stratum-target.h @@ -79,6 +79,11 @@ public: target_waitkind fork_kind, bool follow_child, bool detach_on_fork) override; + /* Assume sub-classes are not shareable. Those that are need to mark + themselves as such. */ + bool is_shareable () override + { return false; } + /* True if any thread is, or may be executing. We need to track this separately because until we fully sync the thread list, we won't know whether the target is fully stopped, even if we see |