aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorWalter Erquinigo <wallace@fb.com>2022-03-22 09:08:47 -0700
committerWalter Erquinigo <wallace@fb.com>2022-03-22 09:10:42 -0700
commit360dcb759d59f9619feea89e17f2c52f917bbe10 (patch)
treef6f52db244cc1a4137ebc0fe49325be9c22bde60 /lldb/source/Commands/CommandObjectThread.cpp
parentcd6d9ae26313258d4dbf8a5db4d977434c03ed6a (diff)
downloadllvm-360dcb759d59f9619feea89e17f2c52f917bbe10.zip
llvm-360dcb759d59f9619feea89e17f2c52f917bbe10.tar.gz
llvm-360dcb759d59f9619feea89e17f2c52f917bbe10.tar.bz2
[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.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectThread.cpp4
1 files changed, 2 insertions, 2 deletions
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 |