[Lldb-commits] [PATCH] D114123: [NFC][lldb] Inclusive language: remove instances of master from comments in lldb

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 17 15:01:21 PST 2021


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



More information about the lldb-commits mailing list