summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/lldb-private-interfaces.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-11-05 03:57:19 +0000
committerJason Molenda <jmolenda@apple.com>2013-11-05 03:57:19 +0000
commiteef510667b18263f59da78f7614ecf6bc07802a7 (patch)
treea110d7f9472f59a127cbb71a3019311661243e03 /lldb/include/lldb/lldb-private-interfaces.h
parentd6b40b51c7e520cb08e86cad64e56d92a645ffc6 (diff)
downloadbcm5719-llvm-eef510667b18263f59da78f7614ecf6bc07802a7.tar.gz
bcm5719-llvm-eef510667b18263f59da78f7614ecf6bc07802a7.zip
Add a new system runtime plugin type - just the top level
class, not any actual plugin implementation yet. <rdar://problem/15314068> llvm-svn: 194044
Diffstat (limited to 'lldb/include/lldb/lldb-private-interfaces.h')
-rw-r--r--lldb/include/lldb/lldb-private-interfaces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/lldb-private-interfaces.h b/lldb/include/lldb/lldb-private-interfaces.h
index 949cafed98b..5a2da8989f3 100644
--- a/lldb/include/lldb/lldb-private-interfaces.h
+++ b/lldb/include/lldb/lldb-private-interfaces.h
@@ -27,6 +27,7 @@ namespace lldb_private
typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type);
typedef OperatingSystem* (*OperatingSystemCreateInstance) (Process *process, bool force);
typedef LanguageRuntime *(*LanguageRuntimeCreateInstance) (Process *process, lldb::LanguageType language);
+ typedef SystemRuntime *(*SystemRuntimeCreateInstance) (Process *process);
typedef Platform* (*PlatformCreateInstance) (bool force, const ArchSpec *arch);
typedef lldb::ProcessSP (*ProcessCreateInstance) (Target &target, Listener &listener, const FileSpec *crash_file_path);
typedef SymbolFile* (*SymbolFileCreateInstance) (ObjectFile* obj_file);
OpenPOWER on IntegriCloud