clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Suggested different replacement strings for the comments.



================
Comment at: lldb/source/Core/Debugger.cpp:491
   if (g_debugger_list_ptr && g_debugger_list_mutex_ptr) {
-    // Clear our master list of debugger objects
+    // Clear our list of debugger objects
     {
----------------



================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:2588
     } else if (type_ptr != DIE_IS_BEING_PARSED) {
-      // Grab the existing type from the master types lists
+      // Grab the existing type from the type list
       type_sp = type_ptr->shared_from_this();
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114123

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

Reply via email to