forked from OSchip/llvm-project
Fix typo, arvm7 -> armv7
This commit is contained in:
parent
6f1b10df91
commit
3a62d4fde8
|
@ -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.
|
||||
|
|
|
@ -751,11 +751,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.
|
||||
|
|
Loading…
Reference in New Issue