-
Hey there, is it possible to have x86 general purpose registers while debugging with codelldb extension? Also i've noticed that LLDB itself is using x64 asm registers, can this be caused by it? Also tried to tweak things in LLDB like "target.default-arch" neither of this helped at all. |
Beta Was this translation helpful? Give feedback.
Answered by
vadimcn
Sep 29, 2022
Replies: 1 comment 1 reply
-
Yeah, CodeLLDB just displays what LLDB provides. For some reason they've chosen to have just the x64 registers on Windows (on Linux I see x86 ones too). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
infirms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, CodeLLDB just displays what LLDB provides. For some reason they've chosen to have just the x64 registers on Windows (on Linux I see x86 ones too).