arvm7 -> armv7
authorjsg <jsg@openbsd.org>
Sat, 1 May 2021 00:43:12 +0000 (00:43 +0000)
committerjsg <jsg@openbsd.org>
Sat, 1 May 2021 00:43:12 +0000 (00:43 +0000)
gnu/llvm/lldb/docs/man/lldb.rst
gnu/llvm/lldb/tools/driver/Driver.cpp

index 87be124..9799632 100644 (file)
@@ -256,11 +256,11 @@ executable. To disambiguate between arguments passed to lldb and arguments
 passed to the debugged executable, arguments starting with a - must be passed
 after --.
 
-  lldb --arch x86_64 /path/to/program program argument -- --arch arvm7
+  lldb --arch x86_64 /path/to/program program argument -- --arch armv7
 
 For convenience, passing the executable after -- is also supported.
 
-  lldb --arch x86_64 -- /path/to/program program argument --arch arvm7
+  lldb --arch x86_64 -- /path/to/program program argument --arch armv7
 
 Passing one of the attach options causes :program:`lldb` to immediately attach
 to the given process.
index cea9e5a..4dceb3b 100644 (file)
@@ -764,11 +764,11 @@ EXAMPLES:
   arguments passed to the debugged executable, arguments starting with a - must
   be passed after --.
 
-    lldb --arch x86_64 /path/to/program program argument -- --arch arvm7
+    lldb --arch x86_64 /path/to/program program argument -- --arch armv7
 
   For convenience, passing the executable after -- is also supported.
 
-    lldb --arch x86_64 -- /path/to/program program argument --arch arvm7
+    lldb --arch x86_64 -- /path/to/program program argument --arch armv7
 
   Passing one of the attach options causes lldb to immediately attach to the
   given process.