Re: [lldb-dev] lldb_private::RegisterContext vs lldb_private::RegisterInfoInterface

2017-09-16 Thread Ramana via lldb-dev
Thank you Greg for the detailed response. Can you please also shed some light on the NativeRegisterContext. When do we need to subclass NativeRegisterContext and (how) are they related to RegisterContext_? It appears that not all architectures having RegisterContext_ have sub classed NativeRegiste

Re: [lldb-dev] lldb_private::RegisterContext vs lldb_private::RegisterInfoInterface

2017-09-16 Thread Ramana via lldb-dev
Thank you. On Wed, Sep 13, 2017 at 6:10 PM, Tatyana Krasnukha wrote: > Hi Ramana, > > Looks like just a naming issue - classes derived from RegisterInfoInterface > should be named as RegisterInfo_, because they just implement a > common interface to access targets's register info structures. Wh