Is it possible to add CPU registers (RAX, EAX, flags, etc etc) with a specific syntax in a watch window so they are displayed like regular variables and printed in base-10 (or hex if Hexadecimal Display is on) ?
e.g:
if Registers window shows RAX = 00000000027A6468, adding %rax to watch would result in:
Name Value Type
%rax 41575528 CPU Register
Thanks !