9#ifndef LLDB_INTERPRETER_INTERFACES_OPERATINGSYSTEMINTERFACE_H
10#define LLDB_INTERPRETER_INTERFACES_OPERATINGSYSTEMINTERFACE_H
virtual StructuredData::ArraySP GetThreadInfo()
virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, lldb::addr_t context)
virtual std::optional< std::string > GetRegisterContextForTID(lldb::tid_t tid)
std::shared_ptr< Dictionary > DictionarySP
std::shared_ptr< Array > ArraySP
A class that represents a running process on the host machine.