forked from Imagelibrary/binutils-gdb
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user