Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp86 std::string os_plugin_class_name( in OperatingSystemPython() local
88 if (!os_plugin_class_name.empty()) { in OperatingSystemPython()
98 size_t py_extension_pos = os_plugin_class_name.rfind(".py"); in OperatingSystemPython()
100 os_plugin_class_name.erase(py_extension_pos); in OperatingSystemPython()
103 os_plugin_class_name += ".OperatingSystemPlugIn"; in OperatingSystemPython()
106 os_plugin_class_name.c_str(), process->CalculateProcess()); in OperatingSystemPython()