[Lldb-commits] [lldb] [lldb] Fix typo in tagged-pointer syntax string (NFC) (PR #137069)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 23 14:59:18 PDT 2025
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/137069
None
>From d4c5962b145e3d8c980159b0adca55d2bad55608 Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Wed, 23 Apr 2025 14:59:03 -0700
Subject: [PATCH] [lldb] Fix typo in tagged-pointer syntax string (NFC)
---
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
index 2338367302387..f458357d948da 100644
--- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
+++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
@@ -1112,7 +1112,7 @@ class CommandObjectMultiwordObjC_TaggedPointer : public CommandObjectMultiword {
: CommandObjectMultiword(
interpreter, "tagged-pointer",
"Commands for operating on Objective-C tagged pointers.",
- "class-table <subcommand> [<subcommand-options>]") {
+ "tagged-pointer <subcommand> [<subcommand-options>]") {
LoadSubCommand(
"info",
CommandObjectSP(
More information about the lldb-commits
mailing list