[Lldb-commits] [lldb] [lldb] Doxygenify comments in AppleObjCRuntimeV2 (NFC) (PR #193401)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 21 21:42:58 PDT 2026


https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/193401

None

>From 72f228eb859dd2460198bb082fe2a1d038810f7d Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Tue, 21 Apr 2026 21:42:29 -0700
Subject: [PATCH] [lldb] Doxygenify comments in AppleObjCRuntimeV2 (NFC)

---
 .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
index 305c8dd24332d..74c36761e8b32 100644
--- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
+++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
@@ -777,8 +777,8 @@ ExtractRuntimeGlobalSymbol(Process *process, ConstString name,
   return symbol_load_addr;
 }
 
-// Batched version of ExtractRuntimeGlobalSymbol. Resolves symbols and reads
-// their values in a single batch using ReadUnsignedIntegersFromMemory.
+/// Batched version of ExtractRuntimeGlobalSymbol. Resolves symbols and reads
+/// their values in a single batch using ReadUnsignedIntegersFromMemory.
 static llvm::SmallVector<RuntimeGlobalSymbolResult>
 ExtractRuntimeGlobalSymbolsBatched(
     Process *process, const ModuleSP &module_sp,



More information about the lldb-commits mailing list