[Lldb-commits] [PATCH] D114123: [NFC][lldb] Inclusive language: remove instances of master from comments in lldb
Quinn Pham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 18 10:34:21 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG95af9d888b08: [NFC][lldb] Inclusive language: remove instances of master from comments in lldb (authored by quinnp).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114123/new/
https://reviews.llvm.org/D114123
Files:
lldb/source/Core/Debugger.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Index: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
===================================================================
--- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
+++ lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -2585,7 +2585,7 @@
type_sp = ParseType(sc, die, nullptr);
} else if (type_ptr != DIE_IS_BEING_PARSED) {
- // Grab the existing type from the master types lists
+ // Get the original shared pointer for this type
type_sp = type_ptr->shared_from_this();
}
}
Index: lldb/source/Core/Debugger.cpp
===================================================================
--- lldb/source/Core/Debugger.cpp
+++ lldb/source/Core/Debugger.cpp
@@ -488,7 +488,7 @@
"Debugger::Terminate called without a matching Debugger::Initialize!");
if (g_debugger_list_ptr && g_debugger_list_mutex_ptr) {
- // Clear our master list of debugger objects
+ // Clear our global list of debugger objects
{
std::lock_guard<std::recursive_mutex> guard(*g_debugger_list_mutex_ptr);
for (const auto &debugger : *g_debugger_list_ptr)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114123.388261.patch
Type: text/x-patch
Size: 1131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211118/97b3b371/attachment.bin>
More information about the lldb-commits
mailing list