From b6d70ebc0a37c6e1657cb1f17d8f67dabefbeda8 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Wed, 12 Oct 2011 02:08:07 +0000 Subject: Added ClangNamespaceDecl * parameters to several core Module functions that the expression parser will soon be using. llvm-svn: 141766 --- .../OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lldb/source/Plugins/OperatingSystem/Darwin-Kernel') diff --git a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp index c5f3e40bd34..7aa33c39aa2 100644 --- a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp +++ b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp @@ -19,6 +19,7 @@ #include "lldb/Core/PluginManager.h" #include "lldb/Core/RegisterValue.h" #include "lldb/Core/ValueObjectVariable.h" +#include "lldb/Symbol/ClangNamespaceDecl.h" #include "lldb/Symbol/ObjectFile.h" #include "lldb/Symbol/VariableList.h" #include "lldb/Target/Process.h" @@ -131,7 +132,8 @@ OperatingSystemDarwinKernel::GetThreadListValueObject () Module *exe_module = m_process->GetTarget().GetExecutableModulePointer(); if (exe_module) { - if (exe_module->FindGlobalVariables (g_thread_list_name, + if (exe_module->FindGlobalVariables (g_thread_list_name, + NULL, append, max_matches, variable_list)) -- cgit v1.2.3