Hi, In lldb, when I try to "target create [invalid_target]", I got some meaningful error message like: error: 'XXX' doesn't contain any 'host' platform architectures: x86_64h, x86_64, i386
What is the python API to get this from? I tried to check SBTarget.IsValid() and then use SBTarget.GetDescription(eDescriptionLevelVerbose), but that does not return the error message. Thanks Jeffrey
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev