Experimental lldb engine host

This commit is contained in:
Arvid Ephraim Picciani
2010-10-08 12:14:51 +02:00
parent fce923862e
commit c0da255a87
10 changed files with 1717 additions and 1 deletions

View File

@@ -208,7 +208,8 @@ enum DebuggerEngineType
PdbEngineType = 0x08,
TcfEngineType = 0x10,
QmlEngineType = 0x20,
QmlCppEngineType = 0x40,
QmlCppEngineType = 0x40,
LLDBEngineType = 0x80,
AllEngineTypes = GdbEngineType
| ScriptEngineType
| CdbEngineType
@@ -216,6 +217,7 @@ enum DebuggerEngineType
| TcfEngineType
| QmlEngineType
| QmlCppEngineType
| LLDBEngineType
};
enum DebuggerLanguage