Support for architectures to define multiple flag registers with an associated bitmask.
Fixes an LLDB oddity where running on 64-bit Windows presents "eflags" compared to Linux where "rflags" is presented. Can also be used to define multiple different flag registers with differing bitmasks which would all be presented in the UI.
Handles cases where the defined flags register(s) are not exposed in the LLDB register dictionary. Fixes #23
Support for architectures to define multiple flag registers with an associated bitmask.
Fixes an LLDB oddity where running on 64-bit Windows presents "eflags" compared to Linux where "rflags" is presented. Can also be used to define multiple different flag registers with differing bitmasks which would all be presented in the UI.
Handles cases where the defined flags register(s) are not exposed in the LLDB register dictionary. Fixes #23