From 360dcb759d59f9619feea89e17f2c52f917bbe10 Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Tue, 22 Mar 2022 09:08:47 -0700 Subject: [simple] fix some the documentation Some links were not rendered correctly in the intel pt documentation and some spacing was fixed in some command objects. --- lldb/source/Commands/CommandObjectThread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectThread.cpp') diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index f12d906..a87addc 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -2185,7 +2185,7 @@ public: : CommandObjectIterateOverThreads( interpreter, "thread trace dump instructions", "Dump the traced instructions for one or more threads. If no " - "threads are specified, show the current thread. Use the " + "threads are specified, show the current thread. Use the " "thread-index \"all\" to see all threads.", nullptr, eCommandRequiresProcess | eCommandTryTargetAPILock | @@ -2304,7 +2304,7 @@ public: : CommandObjectIterateOverThreads( interpreter, "thread trace dump info", "Dump the traced information for one or more threads. If no " - "threads are specified, show the current thread. Use the " + "threads are specified, show the current thread. Use the " "thread-index \"all\" to see all threads.", nullptr, eCommandRequiresProcess | eCommandTryTargetAPILock | -- cgit v1.1