Does lldb-mi support non-stop mode?
If so, is there a way to set it besides "settings set target.non-stop-mode
true"?
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
Linux Foundation Collaborative Project
___
Please check `-gdb-set target.async` option. Probably that's what you need.
On Thu, Feb 2, 2017 at 1:44 AM, Ted Woodward via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> Does lldb-mi support non-stop mode?
>
>
>
> If so, is there a way to set it besides “settings set target.non-stop-mode
> true”?