[Lldb-commits] [PATCH] D156687: [lldb][AArch64] Add kind marker to ReadAll/WriteALLRegisterValues data
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 29 09:41:00 PDT 2023
DavidSpickett added a comment.
I understand now. If we take `WriteTLS` for example, that ends with `m_tls_is_valid = false;`. So you're suggesting instead we have a `WriteTLS` whose source is not the usual TLS buffer, but the set of saved register data instead. I'll look into it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156687/new/
https://reviews.llvm.org/D156687
More information about the lldb-commits
mailing list