You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the code portable between 32-bit and 64-bit variants of
ARC processors, hardcoded byte sizes (4) have been replaced with
REGSZ which reflects the target CPU register size.
Before this change, 64-bit gdbserver usage was broken due to
mismatching layout in ptrace buffer.
Signed-off-by: Shahab Vahedi <shahab@synopsys.com>
0 commit comments