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 a look at the "dynamic_size_dwarf_expr" members of the RegisterInfo struct <https://github.com/llvm-mirror/lldb/blob/master/include/lldb/lldb-private-types.h#L57>. These were added to support some variable length registers on mips, and it sounds like they could be useful here too.

pl
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to