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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to