Skip to content
  • Ulf Hermann's avatar
    Debugger: Use Qt's JSON encoder for debugger protocol · d5707e0e
    Ulf Hermann authored
    
    
    The V4 debug service expects correct JSON as input and gdb, lldb, and
    pdb expect Python object literals. There is a subset of JSON that is
    also valid as Python object literals and we use that for the protocol
    spoken with gdb, lldb, and pdb. The strings passed to CDB are tunneled
    through JSON strings and converted to byte arrays before sending them.
    
    Change-Id: I87319b5450e5c3c3b29c565b75cddaa612767611
    Task-number: QTCREATORBUG-14931
    Reviewed-by: default avatarhjk <hjk@theqtcompany.com>
    d5707e0e