Bug 15712 - target-async should be the default
Summary: target-async should be the default
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 7.8
Assignee: Tom Tromey
URL:
Keywords:
Depends on: 15718
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-01 18:55 UTC by Tom Tromey
Modified: 2014-06-04 16:20 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2013-07-01 18:55:35 UTC
Right now "target-async" is off by default and must be enabled
explicitly.
I think it would be better to automatically enable this
whenever possible; and make the setting do nothing.
Then the "sync" code could be removed from linux-nat and remote.c.

I believe there are some regressions that prevent this from
being changed immediately.
Comment 1 Tom Tromey 2014-06-04 16:20:15 UTC
Fixed.