Skip to content

Commit 6baa5ce

Browse files
brad0tstellar
authored andcommitted
Fix typo, arvm7 -> armv7
(cherry picked from commit 3a62d4f)
1 parent e294ece commit 6baa5ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lldb/docs/man/lldb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,11 @@ executable. To disambiguate between arguments passed to lldb and arguments
256256
passed to the debugged executable, arguments starting with a - must be passed
257257
after --.
258258

259-
lldb --arch x86_64 /path/to/program program argument -- --arch arvm7
259+
lldb --arch x86_64 /path/to/program program argument -- --arch armv7
260260

261261
For convenience, passing the executable after -- is also supported.
262262

263-
lldb --arch x86_64 -- /path/to/program program argument --arch arvm7
263+
lldb --arch x86_64 -- /path/to/program program argument --arch armv7
264264

265265
Passing one of the attach options causes :program:`lldb` to immediately attach
266266
to the given process.

lldb/tools/driver/Driver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,11 +751,11 @@ static void printHelp(LLDBOptTable &table, llvm::StringRef tool_name) {
751751
arguments passed to the debugged executable, arguments starting with a - must
752752
be passed after --.
753753
754-
lldb --arch x86_64 /path/to/program program argument -- --arch arvm7
754+
lldb --arch x86_64 /path/to/program program argument -- --arch armv7
755755
756756
For convenience, passing the executable after -- is also supported.
757757
758-
lldb --arch x86_64 -- /path/to/program program argument --arch arvm7
758+
lldb --arch x86_64 -- /path/to/program program argument --arch armv7
759759
760760
Passing one of the attach options causes lldb to immediately attach to the
761761
given process.

0 commit comments

Comments
 (0)