[Lldb-commits] [lldb] [lldb][Windows] Fix "Invalid register name" for eax on x86_64 attach (PR #203498)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Sun Jun 14 23:58:22 PDT 2026
jasonmolenda wrote:
I don't think this is going to help right now because you say the Target has no architecture set, but I usually turn on `lldb log enable lldb target` to see ArchSpec being set in the Target, or put breakpoints on SetArchitecture and MergeArchitecture methods I think it's called.
https://github.com/llvm/llvm-project/pull/203498
More information about the lldb-commits
mailing list