Searched defs:g_current_cpu_type (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBArch.cpp25 //static uint32_t g_current_cpu_type = CPU_TYPE_I386;
27 //static uint32_t g_current_cpu_type = CPU_TYPE_X86_64;
29 static uint32_t g_current_cpu_type = 0; variable
31 static uint32_t g_current_cpu_type = CPU_TYPE_ARM; variable
33 static uint32_t g_current_cpu_type = 0; variable
42 CPUPluginInfoMap::const_iterator pos = g_arch_plugins.find(g_current_cpu_type);
52 return g_current_cpu_type;
58 g_current_cpu_type = cpu_type;
59 bool result = g_arch_plugins.find(g_current_cpu_type) != g_arch_plugins.end();

Completed in 92 milliseconds