Skip to content
  • Richard Henderson's avatar
    6ee77b16
    target-s390: Fix gdbstub · 6ee77b16
    Richard Henderson authored
    
    
    The real gdb protocol doesn't split out pc or cc as real registers.
    Those are pseudos that are extracted as needed from the PSW.  Don't
    modify env->cc_op during read -- that way lies heisenbugs.
    
    Fill in the XXX for the fp registers.
    
    Remove duplicated defines in cpu.h.
    
    Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
    6ee77b16
    target-s390: Fix gdbstub
    Richard Henderson authored
    
    
    The real gdb protocol doesn't split out pc or cc as real registers.
    Those are pseudos that are extracted as needed from the PSW.  Don't
    modify env->cc_op during read -- that way lies heisenbugs.
    
    Fill in the XXX for the fp registers.
    
    Remove duplicated defines in cpu.h.
    
    Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
Loading