bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.

I quite like the idea. Probably want to wait for others to look over it but I 
think it's good!



================
Comment at: lldb/source/Core/Debugger.cpp:394
   const uint32_t idx = ePropertyUseColor;
-  bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(idx, b);
+  // bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(idx, b);
+  bool ret = SetPropertyAtIndex(idx, b);
----------------
remove commented out line.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149774/new/

https://reviews.llvm.org/D149774

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

Reply via email to