[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 22:24:13 PDT 2026
jasonmolenda wrote:
One further detail about HostInfo v. ProcessInfo. We can ask the remote stub for `qHostInfo` before we've does a process attach/launch. `qProcessInfo` can only be sent once we have launched/attached to a process.
https://github.com/llvm/llvm-project/pull/203498
More information about the lldb-commits
mailing list