diff options
author | John Baldwin <jhb@FreeBSD.org> | 2022-02-22 11:22:14 -0800 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2022-02-22 11:22:14 -0800 |
commit | 38ba82db783e7dde2e73212be71c92872d875e4d (patch) | |
tree | f02a9e9e2af784ede8f53ae280e254245d897c5b /test-driver | |
parent | cdc8e9b28598e0ededa78f67f4c374c3751b9bbe (diff) | |
download | gdb-38ba82db783e7dde2e73212be71c92872d875e4d.zip gdb-38ba82db783e7dde2e73212be71c92872d875e4d.tar.gz gdb-38ba82db783e7dde2e73212be71c92872d875e4d.tar.bz2 |
Enable async mode on supported targets in target_resume.
Enabling async mode above the target layer removes duplicate code in
::resume methods of async-capable targets. Commit 5b6d1e4fa4f
("Multi-target support") enabled async mode in do_target_resume after
target_resume returns which is a step in this direction. However,
other callers of target_resume such as target_continue do not enable
async mode. Rather than enabling async mode in each of the callers
after target_resume returns, enable async mode at the end of
target_resume.
Diffstat (limited to 'test-driver')
0 files changed, 0 insertions, 0 deletions