diff options
| author | Greg Clayton <gclayton@apple.com> | 2012-02-27 19:12:12 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2012-02-27 19:12:12 +0000 |
| commit | ea5e0cc3203898a8b9f33080ba4cb186d3917125 (patch) | |
| tree | 357910989374407b83bae33625b21c803fc10735 /lldb/source/Plugins/Platform/Linux/PlatformLinux.h | |
| parent | 3c5cab4730fb2348d3fec7947ed22e28c371d6a0 (diff) | |
| download | bcm5719-llvm-ea5e0cc3203898a8b9f33080ba4cb186d3917125.tar.gz bcm5719-llvm-ea5e0cc3203898a8b9f33080ba4cb186d3917125.zip | |
Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used
and also so we don't break them with our code changes.
The _only_ plug-ins that should be #ifdef'ed out and not compiled in LLDB
are those that only work when running natively on the host system.
This fixed bot the PlatformLinux and PlatformFreeBSD build breakages that
were due to ModuleSpec changes.
llvm-svn: 151539
Diffstat (limited to 'lldb/source/Plugins/Platform/Linux/PlatformLinux.h')
| -rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h index 5935002c58b..59dde3ec170 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h @@ -72,7 +72,8 @@ namespace lldb_private { virtual Error ResolveExecutable (const FileSpec &exe_file, const ArchSpec &arch, - lldb::ModuleSP &module_sp); + lldb::ModuleSP &module_sp, + const FileSpecList *module_search_paths_ptr); virtual const char * GetDescription () |

