Fix an issue where one could not define a Python command with the same name as an...
authorEnrico Granata <egranata@apple.com>
Mon, 11 Jul 2016 17:36:55 +0000 (17:36 +0000)
committerEnrico Granata <egranata@apple.com>
Mon, 11 Jul 2016 17:36:55 +0000 (17:36 +0000)
commit02989a4b5d9c1f02bef6b761e216e05a48864ada
tree57d2d845309abe571445ae8dc75056ce235a5cf2
parent71021cdf474939ce92b8d220feebd4fb2a8c3dc4
Fix an issue where one could not define a Python command with the same name as an existing alias (or rather, one could but the results of invoking the command were far from satisfactory)

llvm-svn: 275080
lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/.categories [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/TestCommandScriptAlias.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/tcsacmd.py [new file with mode: 0644]
lldb/source/Interpreter/CommandInterpreter.cpp