This is an archive of the discontinued LLVM Phabricator instance.

Add -gdb-set and -gdb-show support for non-stop to lldb-mi
AcceptedPublic

Authored by ted on Feb 3 2017, 1:32 PM.

Details

Reviewers
ki.stfu
jingham
Summary

lldb-mi does not support "-gdb-set non-stop" or "-gdb-show non-stop".
This patch adds that support, setting and querying the setting
target.non-stop-mode. It also includes a simple test.

Event Timeline

ted created this revision.Feb 3 2017, 1:32 PM
ted added a reviewer: ki.stfu.Feb 3 2017, 2:04 PM
ted edited reviewers, added: jingham; removed: ki.stfu.
ted edited subscribers, added: lldb-commits; removed: ki.stfu.
ted added a reviewer: ki.stfu.Feb 3 2017, 3:14 PM
ki.stfu accepted this revision.Feb 3 2017, 10:54 PM

lgtm

tools/lldb-mi/MICmdCmdGdbShow.cpp
350

I think clang-format will format it the different way.

This revision is now accepted and ready to land.Feb 3 2017, 10:54 PM