Home
last modified time | relevance | path

Searched defs:OperatingSystem (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Target/
H A DOperatingSystem.cpp44 OperatingSystem::OperatingSystem(Process *process) : m_process(process) {} in OperatingSystem() function in OperatingSystem
/llvm-project/lldb/examples/python/templates/
H A Doperating_system.py9 class OperatingSystem(ScriptedThread): class
/llvm-project/lldb/include/lldb/Target/
H A DThread.h1254 friend class OperatingSystem; global() variable
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h136 class OperatingSystem; variable