Sounds like each register can very in size each time you stop if I read the
docs correctly. As Pavel said "dynamic_size_dwarf_expr" might work for you
here. Registers in a lldb_private::RegisterContext can have their sizes using:
uint32_t RegisterContext::UpdateDynamicRegisterSize(const
lldb_
On 25/04/2019 00:07, Omair Javaid via lldb-dev wrote:
I would also like to open a discussion on how we can implement variable
length registers in LLDB and what could be the consequences of those
changes.
I am not saying I am particularly happy with how it was implemented, but
you should take