llvm-project/lldb/test/functionalities/command_script
Johnny Chen 1d9cb8a184 http://llvm.org/bugs/show_bug.cgi?id=11569
LLDBSwigPythonCallCommand crashes when a command script returns an object 

Add more robustness to LLDBSwigPythonCallCommand.  It should check whether the returned Python object
is a string, and only assign it as the error msg when the check holds.
Also add a regression test.

llvm-svn: 146584
2011-12-14 20:40:27 +00:00
..
import this patch addresses several issues with "command script" subcommands: 2011-11-07 22:57:04 +00:00
Makefile Rename directory command_python to command_script, and the test file, too. 2011-10-14 17:37:38 +00:00
TestCommandScript.py http://llvm.org/bugs/show_bug.cgi?id=11569 2011-12-14 20:40:27 +00:00
bug11569.py http://llvm.org/bugs/show_bug.cgi?id=11569 2011-12-14 20:40:27 +00:00
main.cpp this patch addresses several issues with "command script" subcommands: 2011-11-07 22:57:04 +00:00
mysto.py this patch addresses several issues with "command script" subcommands: 2011-11-07 22:57:04 +00:00
py_import http://llvm.org/bugs/show_bug.cgi?id=11569 2011-12-14 20:40:27 +00:00
welcome.py this patch addresses several issues with "command script" subcommands: 2011-11-07 22:57:04 +00:00