[Lldb-commits] [PATCH] D29513: Add -gdb-set and -gdb-show support for non-stop to lldb-mi
Ilia K via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 3 22:54:58 PST 2017
ki.stfu accepted this revision.
ki.stfu added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: tools/lldb-mi/MICmdCmdGdbShow.cpp:350
lldb::SBDebugger &rDbgr = m_rLLDBDebugSessionInfo.GetDebugger();
- m_strValue = lldb::SBDebugger::GetInternalVariableValue("target.x86-disassembly-flavor",
- rDbgr.GetInstanceName()).GetStringAtIndex(0);
+ m_strValue = lldb::SBDebugger::GetInternalVariableValue(
+ "target.x86-disassembly-flavor", rDbgr.GetInstanceName())
----------------
I think clang-format will format it the different way.
https://reviews.llvm.org/D29513
More information about the lldb-commits
mailing list