Passing --arch parameter to LLDB #668
Answered
by
vadimcn
adam-fowler
asked this question in
Q&A
-
Is there a setting to pass a |
Beta Was this translation helpful? Give feedback.
Answered by
vadimcn
Mar 16, 2022
Replies: 2 comments 3 replies
-
I think you can use |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ok, I'll need to investigate what's going on there... Meanwhile, you can go the custom launch route and specify arch in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adam-fowler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I'll need to investigate what's going on there...
Meanwhile, you can go the custom launch route and specify arch in
target create --arch <arch> <file>
.