[lldb-dev] non-stop mode with lldb-mi?

2017-02-01 Thread Ted Woodward via lldb-dev
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 ___

Re: [lldb-dev] non-stop mode with lldb-mi?

2017-02-01 Thread Ilia K via lldb-dev
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”?