[Lldb-commits] [lldb] [LLDB] On AArch64, reconfigure register context first (PR #70742)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 31 08:27:34 PDT 2023


jasonmolenda wrote:

> So, as silly as it sounds this might be the way to go:
> 
> * Parse expedited registers.
> * Reconfigure if needed and invalidate all registers.
> * Parse expedited registers again.

I'm fine with that, it doesn't require packets over the wire so the perf hit is tiny.  Or fishing the vg and svg register values of of the expedited register list if they're there.  I'm fine with abandoning this PR if you'd like to write that patch, it's not pressing that this be fixed immediately.  Thanks!

https://github.com/llvm/llvm-project/pull/70742


More information about the lldb-commits mailing list