[lldb-dev] lldb_private::RegisterContext vs lldb_private::RegisterInfoInterface
Ramana via lldb-dev
lldb-dev at lists.llvm.org
Tue Sep 12 22:59:36 PDT 2017
Hi,
When deriving RegisterContext<OS>_<Arch>, why some platforms (Arch+OS)
are deriving it from lldb_private::RegisterContext while others are
deriving from lldb_private::RegisterInfoInterface or in other words
how to decide on the base class to derive from between those two and
what are the implications?
Thanks,
Ramana
More information about the lldb-dev
mailing list