Skip to content
  • con's avatar
    Fix disassembler view on Xcode4. · 98410507
    con authored
    The gdb shipped with Xcode4 simply never returns if the command is
    "disassemble /m someaddress", Xcode3 returned an error, which resulted
    in a call for non-mixed disassembly. So we set the disassembler agent to
    not try mixed in case of Mac tool chain abi.
    
    Reviewed-by: Friedemann Kleint
    98410507