Home
last modified time | relevance | path

Searched refs:GetGlobalProperties (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp225 GetGlobalProperties() in GetGlobalProperties() function
240GetGlobalProperties()->GetValueProperties(), in DebuggerInitialize()
256 if (GetGlobalProperties()->GetSearchForKexts()) in PlatformDarwinKernel()
421 FileSpecList user_dirs(GetGlobalProperties()->GetKextDirectories()); in GetUserSpecifiedDirectoriesToSearch()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp122 GetGlobalProperties() in GetGlobalProperties() function
248 if (GetGlobalProperties()->GetScanType() == eKASLRScanNone) in SearchForKernelWithDebugHints()
283 if (GetGlobalProperties()->GetScanType() == eKASLRScanNone in SearchForKernelNearPC()
284 || GetGlobalProperties()->GetScanType() == eKASLRScanLowgloAddresses) in SearchForKernelNearPC()
342 if (GetGlobalProperties()->GetScanType() != eKASLRScanExhaustiveScan) in SearchForKernelViaExhaustiveSearch()
467 if (platform_sp.get() && GetGlobalProperties()->GetLoadKexts()) in DynamicLoaderDarwinKernel()
1188 const bool load_kexts = GetGlobalProperties()->GetLoadKexts(); in ParseKextSummaries()
1592GetGlobalProperties()->GetValueProperties(), in DebuggerInitialize()
/external/lldb/source/Target/
DTarget.cpp1777 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()
1786 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()
1795 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()
1804 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()
2502 … m_collection_sp.reset (new TargetOptionValueProperties(target, Target::GetGlobalProperties())); in TargetProperties()
2511 Process::GetGlobalProperties()->GetValueProperties()); in TargetProperties()
2778 Target::GetGlobalProperties() in GetGlobalProperties() function in Target
DThread.cpp52 Thread::GetGlobalProperties() in GetGlobalProperties() function in Thread
121 … m_collection_sp.reset (new ThreadOptionValueProperties(Thread::GetGlobalProperties().get())); in ThreadProperties()
DProcess.cpp128 Thread::GetGlobalProperties()->GetValueProperties()); in ProcessProperties()
131 … m_collection_sp.reset (new ProcessOptionValueProperties(Process::GetGlobalProperties().get())); in ProcessProperties()
1088 Process::GetGlobalProperties() in GetGlobalProperties() function in Process
/external/lldb/include/lldb/Target/
DThread.h217 GetGlobalProperties();
DTarget.h412 GetGlobalProperties();
DProcess.h1557 GetGlobalProperties();
/external/lldb/source/Core/
DDebugger.cpp655 Target::GetGlobalProperties()->GetValueProperties()); in Debugger()