summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/import/thepackage/TPunitA.py
blob: cd18e4cfc9573f3ce9bb716e1367d9a929790d67 (plain)
1
2
3
4
5
6
import lldb_shared
import six

def command(debugger, command, result, internal_dict):
	result.PutCString(six.u("hello world A"))
	return None
OpenPOWER on IntegriCloud