Warning, file /kdevelop/kdevelop/plugins/lldb/formatters/all.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 import os 0002 0003 0004 def __lldb_init_module(debugger, unused): 0005 parent = os.path.dirname(os.path.abspath(__file__)) 0006 debugger.HandleCommand('command script import ' + os.path.join(parent, 'qt.py')) 0007 debugger.HandleCommand('command script import ' + os.path.join(parent, 'kde.py'))