Enable async mode in the target in attach_cmd.

If the attach target supports async mode, enable it after the
attach target's ::attach method returns.
This commit is contained in:
John Baldwin
2022-02-22 11:22:14 -08:00
parent d0bbe64c5a
commit e05523bd24
5 changed files with 4 additions and 22 deletions

View File

@@ -77,8 +77,6 @@ public:
thread_control_capabilities get_thread_control_capabilities () override
{ return tc_schedlock; }
void attach (const char *, int) override;
void create_inferior (const char *, const std::string &,
char **, int) override;