brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · 3c124de Raw
7 lines · python
1def bug11569(debugger, args, result, dict):2    """3    http://llvm.org/bugs/show_bug.cgi?id=115694    LLDBSwigPythonCallCommand crashes when a command script returns an object.5    """6    return ["return", "a", "non-string", "should", "not", "crash", "LLDB"]7